Searched refs:count_plts (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | module-plts.c | 162 static unsigned int count_plts(const Elf32_Sym *syms, Elf32_Addr base, in count_plts() function 260 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections() 263 init_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | module-plts.c | 157 static unsigned int count_plts(const Elf32_Sym *syms, Elf32_Addr base, in count_plts() function 255 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections() 258 init_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | module-plts.c | 161 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts() function 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()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | module-plts.c | 157 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts() function 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()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | module.c | 361 count_plts (const Elf64_Rela *rela, unsigned int num) in count_plts() function 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 D | module.c | 361 count_plts (const Elf64_Rela *rela, unsigned int num) in count_plts() function 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