Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A Dmodule-plts.c283 unsigned long core_plts = 0; in module_frob_arch_sections() local
336 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
347 pltsec->sh_size = (core_plts + 1) * sizeof(struct plt_entry); in module_frob_arch_sections()
349 mod->arch.core.plt_max_entries = core_plts; in module_frob_arch_sections()
/linux/arch/arm/kernel/
A Dmodule-plts.c212 unsigned long core_plts = ARRAY_SIZE(fixed_plts); in module_frob_arch_sections() local
255 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections()
265 mod->arch.core.plt->sh_size = round_up(core_plts * PLT_ENT_SIZE, in module_frob_arch_sections()

Completed in 8 milliseconds