Searched refs:rels (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/arm/kernel/ |
D | module-plts.c | 219 Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() local 231 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections() 234 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections() 237 init_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
|
/Linux-v5.4/arch/arm64/kernel/ |
D | module-plts.c | 291 Elf64_Rela *rels = (void *)ehdr + sechdrs[i].sh_offset; in module_frob_arch_sections() local 303 sort(rels, numrels, sizeof(Elf64_Rela), cmp_rela, NULL); in module_frob_arch_sections() 306 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections() 309 init_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
|
/Linux-v5.4/arch/parisc/kernel/ |
D | module.c | 312 const Elf_Rela *rels = (void *)sechdrs[i].sh_addr; in module_frob_arch_sections() local 313 unsigned long nrels = sechdrs[i].sh_size / sizeof(*rels); in module_frob_arch_sections() 328 gots += count_gots(rels, nrels); in module_frob_arch_sections() 329 fdescs += count_fdescs(rels, nrels); in module_frob_arch_sections() 334 count = count_stubs(rels, nrels); in module_frob_arch_sections()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | module.c | 452 const Elf64_Rela *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() local 458 gots += count_gots(rels, numrels); in module_frob_arch_sections() 459 fdescs += count_fdescs(rels, numrels); in module_frob_arch_sections() 461 init_plts += count_plts(rels, numrels); in module_frob_arch_sections() 463 core_plts += count_plts(rels, numrels); in module_frob_arch_sections()
|