Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/kernel/
A Dmodule-plts.c40 if (!ARRAY_SIZE(fixed_plts) || pltsec->plt_count) in prealloc_fixed()
42 pltsec->plt_count = ARRAY_SIZE(fixed_plts); in prealloc_fixed()
75 if (pltsec->plt_count > 0) { in get_module_plt()
76 plt += (pltsec->plt_count - 1) / PLT_ENT_COUNT; in get_module_plt()
77 idx = (pltsec->plt_count - 1) % PLT_ENT_COUNT; in get_module_plt()
87 pltsec->plt_count++; in get_module_plt()
88 BUG_ON(pltsec->plt_count * PLT_ENT_SIZE > pltsec->plt->sh_size); in get_module_plt()
272 mod->arch.core.plt_count = 0; in module_frob_arch_sections()
280 mod->arch.init.plt_count = 0; in module_frob_arch_sections()
295 ret = mod && (loc - (u32)mod->arch.core.plt_ent < mod->arch.core.plt_count * PLT_ENT_SIZE || in in_module_plt()
[all …]
/linux-6.3-rc2/arch/arm/include/asm/
A Dmodule.h24 int plt_count; member

Completed in 3 milliseconds