Searched refs:core_plts (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | module-plts.c | 294 unsigned long core_plts = 0; in module_frob_arch_sections() local 347 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections() 358 pltsec->sh_size = (core_plts + 1) * sizeof(struct plt_entry); in module_frob_arch_sections() 360 mod->arch.core.plt_max_entries = core_plts; in module_frob_arch_sections()
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | module-plts.c | 217 unsigned long core_plts = ARRAY_SIZE(fixed_plts); in module_frob_arch_sections() local 260 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections() 270 mod->arch.core.plt->sh_size = round_up(core_plts * PLT_ENT_SIZE, in module_frob_arch_sections()
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | module.c | 426 unsigned long core_plts = 0, init_plts = 0, gots = 0, fdescs = 0; in module_frob_arch_sections() local 463 core_plts += count_plts(rels, numrels); in module_frob_arch_sections() 469 mod->arch.core_plt->sh_size = core_plts * sizeof(struct plt_entry); in module_frob_arch_sections()
|
Completed in 6 milliseconds