Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/kernel/
Dmodule.c332 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.1.27/arch/ia64/kernel/
Dmodule.c458 const Elf64_Rela *rels = (void *)ehdr + s->sh_offset; 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()