Searched refs:count_plts (Results 1 – 2 of 2) sorted by relevance
| /arch/arm/kernel/ |
| 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()
|
| /arch/arm64/kernel/ |
| A D | module-plts.c | 157 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts() function 336 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections() 339 init_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
|
Completed in 6 milliseconds