Searched refs:rels (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/arch/arm/kernel/ |
| D | module-plts.c | 154 const Elf32_Rel *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() local 162 init_plts += count_plts(dstsec->sh_addr, rels, numrels); in module_frob_arch_sections() 164 core_plts += count_plts(dstsec->sh_addr, rels, numrels); in module_frob_arch_sections()
|
| /linux-4.4.14/arch/parisc/kernel/ |
| D | module.c | 332 const Elf_Rela *rels = (void *)sechdrs[i].sh_addr; in module_frob_arch_sections() local 333 unsigned long nrels = sechdrs[i].sh_size / sizeof(*rels); in module_frob_arch_sections() 348 gots += count_gots(rels, nrels); in module_frob_arch_sections() 349 fdescs += count_fdescs(rels, nrels); in module_frob_arch_sections() 354 count = count_stubs(rels, nrels); in module_frob_arch_sections()
|
| /linux-4.4.14/arch/ia64/kernel/ |
| D | module.c | 450 const Elf64_Rela *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() local 456 gots += count_gots(rels, numrels); in module_frob_arch_sections() 457 fdescs += count_fdescs(rels, numrels); in module_frob_arch_sections() 459 init_plts += count_plts(rels, numrels); in module_frob_arch_sections() 461 core_plts += count_plts(rels, numrels); in module_frob_arch_sections()
|