Searched refs:numrels (Results 1 – 2 of 2) sorted by relevance
155 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections() local162 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()
451 unsigned long numrels = s->sh_size/sizeof(Elf64_Rela); in module_frob_arch_sections() local456 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()