Searched refs:rels (Results 1 – 2 of 2) sorted by relevance
332 const Elf_Rela *rels = (void *)sechdrs[i].sh_addr; in module_frob_arch_sections() local333 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()
458 const Elf64_Rela *rels = (void *)ehdr + s->sh_offset; in module_frob_arch_sections() local464 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()