Searched refs:got_sec (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dmodule-sections.c14 struct mod_section *got_sec = &mod->arch.got; local
15 int i = got_sec->num_entries;
16 struct got_entry *got = get_got_entry(val, sechdrs, got_sec);
22 got = (struct got_entry *)sechdrs[got_sec->shndx].sh_addr;
25 got_sec->num_entries++;
26 if (got_sec->num_entries > got_sec->max_entries) {
108 Elf_Shdr *got_sec, *plt_sec, *plt_idx_sec, *tramp = NULL; local
153 got_sec = sechdrs + mod->arch.got.shndx;
154 got_sec
[all...]
/linux-master/arch/riscv/kernel/
H A Dmodule-sections.c15 struct mod_section *got_sec = &mod->arch.got; local
16 int i = got_sec->num_entries;
17 struct got_entry *got = get_got_entry(val, got_sec);
23 got = (struct got_entry *)got_sec->shdr->sh_addr;
26 got_sec->num_entries++;
27 BUG_ON(got_sec->num_entries > got_sec->max_entries);

Completed in 106 milliseconds