Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dmodule-plts.c272 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas()
274 int i = 0, j = numrels - 1; in partition_branch_plt_relas()
327 int nents, numrels = sechdrs[i].sh_size / sizeof(Elf64_Rela); in module_frob_arch_sections() local
341 nents = partition_branch_plt_relas(syms, rels, numrels, in module_frob_arch_sections()
347 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
350 init_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
271 partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela, int numrels, Elf64_Word dstidx) partition_branch_plt_relas() argument
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dmodule-plts.c265 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas()
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()
264 partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela, int numrels, Elf64_Word dstidx) partition_branch_plt_relas() argument
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dmodule-plts.c246 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections() local
257 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections()
261 numrels, s->sh_info); in module_frob_arch_sections()
264 numrels, s->sh_info); in module_frob_arch_sections()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds