Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dmodule-plts.c265 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas() argument
267 int i = 0, j = numrels - 1; in partition_branch_plt_relas()
317 int nents, numrels = sechdrs[i].sh_size / sizeof(Elf64_Rela); in module_frob_arch_sections() local
331 nents = partition_branch_plt_relas(syms, rels, numrels, in module_frob_arch_sections()
337 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
340 init_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
/openbmc/linux/arch/arm/kernel/
H A Dmodule-plts.c241 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections() local
252 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
256 numrels, s->sh_info); in module_frob_arch_sections()
259 numrels, s->sh_info); in module_frob_arch_sections()
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c453 unsigned long numrels = s->sh_size/sizeof(Elf64_Rela); in module_frob_arch_sections() local
458 gots += count_gots(rels, numrels); in module_frob_arch_sections()
459 fdescs += count_fdescs(rels, numrels); in module_frob_arch_sections()
461 init_plts += count_plts(rels, numrels); in module_frob_arch_sections()
463 core_plts += count_plts(rels, numrels); in module_frob_arch_sections()