Searched refs:count_plts (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/arm/kernel/ |
| D | module-plts.c | 136 static unsigned int count_plts(const Elf32_Sym *syms, Elf32_Addr base, in count_plts() function 234 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections() 237 init_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | module-plts.c | 159 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts() function 306 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections() 309 init_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
|
| /Linux-v5.4/arch/ia64/kernel/ |
| 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()
|