Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dmodule-plts.c135 unsigned long core_plts = 0, init_plts = 0; in module_frob_arch_sections() local
164 core_plts += count_plts(dstsec->sh_addr, rels, numrels); in module_frob_arch_sections()
170 mod->arch.core_plt->sh_size = round_up(core_plts * PLT_ENT_SIZE, in module_frob_arch_sections()
/linux-4.4.14/arch/ia64/kernel/
Dmodule.c424 unsigned long core_plts = 0, init_plts = 0, gots = 0, fdescs = 0; in module_frob_arch_sections() local
461 core_plts += count_plts(rels, numrels); in module_frob_arch_sections()
467 mod->arch.core_plt->sh_size = core_plts * sizeof(struct plt_entry); in module_frob_arch_sections()