Searched refs:core_plts (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/arch/arm64/kernel/ |
| D | module-plts.c | 202 unsigned long core_plts = 0; in module_frob_arch_sections() local 250 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections() 260 mod->arch.core.plt->sh_size = (core_plts + 1) * sizeof(struct plt_entry); in module_frob_arch_sections() 262 mod->arch.core.plt_max_entries = core_plts; in module_frob_arch_sections()
|
| /Linux-v4.19/arch/arm/kernel/ |
| D | module-plts.c | 194 unsigned long core_plts = 0; in module_frob_arch_sections() local 237 core_plts += count_plts(syms, dstsec->sh_addr, rels, in module_frob_arch_sections() 247 mod->arch.core.plt->sh_size = round_up(core_plts * PLT_ENT_SIZE, in module_frob_arch_sections()
|
| /Linux-v4.19/arch/ia64/kernel/ |
| 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()
|