Home
last modified time | relevance | path

Searched refs:count_plts (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/kernel/
Dmodule-plts.c103 static unsigned int count_plts(Elf32_Addr base, const Elf32_Rel *rel, int num) in count_plts() function
162 init_plts += count_plts(dstsec->sh_addr, rels, numrels); in module_frob_arch_sections()
164 core_plts += count_plts(dstsec->sh_addr, rels, numrels); in module_frob_arch_sections()
/linux-4.4.14/arch/ia64/kernel/
Dmodule.c359 count_plts (const Elf64_Rela *rela, unsigned int num) in count_plts() function
459 init_plts += count_plts(rels, numrels); in module_frob_arch_sections()
461 core_plts += count_plts(rels, numrels); in module_frob_arch_sections()