Home
last modified time | relevance | path

Searched refs:numrels (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/kernel/
Dmodule-plts.c155 int numrels = s->sh_size / sizeof(Elf32_Rel); 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/ia64/kernel/
Dmodule.c451 unsigned long numrels = s->sh_size/sizeof(Elf64_Rela); 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()