Home
last modified time | relevance | path

Searched refs:rels (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/kernel/
H A Dmodule-plts.c315 Elf64_Rela *rels = (void *)ehdr + sechdrs[i].sh_offset; in module_frob_arch_sections() local
330 nents = partition_branch_plt_relas(syms, rels, numrels, in module_frob_arch_sections()
333 sort(rels, nents, sizeof(Elf64_Rela), cmp_rela, NULL); in module_frob_arch_sections()
336 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
339 init_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
/linux/arch/arm/kernel/
H A Dmodule-plts.c240 Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() local
252 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
255 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
258 init_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
/linux/arch/parisc/kernel/
H A Dmodule.c282 const Elf_Rela *rels = (void *)sechdrs[i].sh_addr; in module_frob_arch_sections() local
283 unsigned long nrels = sechdrs[i].sh_size / sizeof(*rels); in module_frob_arch_sections()
298 gots += count_gots(rels, nrels); in module_frob_arch_sections()
299 fdescs += count_fdescs(rels, nrels); in module_frob_arch_sections()
304 count = count_stubs(rels, nrels); in module_frob_arch_sections()