Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/kernel/
Dmodule.c459 unsigned long numrels = s->sh_size/sizeof(Elf64_Rela); in module_frob_arch_sections() local
464 gots += count_gots(rels, numrels); in module_frob_arch_sections()
465 fdescs += count_fdescs(rels, numrels); in module_frob_arch_sections()
467 init_plts += count_plts(rels, numrels); in module_frob_arch_sections()
469 core_plts += count_plts(rels, numrels); in module_frob_arch_sections()