Searched refs:plt_count (Results 1 – 2 of 2) sorted by relevance
35 if (!ARRAY_SIZE(fixed_plts) || pltsec->plt_count) in prealloc_fixed()37 pltsec->plt_count = ARRAY_SIZE(fixed_plts); in prealloc_fixed()70 if (pltsec->plt_count > 0) { in get_module_plt()71 plt += (pltsec->plt_count - 1) / PLT_ENT_COUNT; in get_module_plt()72 idx = (pltsec->plt_count - 1) % PLT_ENT_COUNT; in get_module_plt()82 pltsec->plt_count++; in get_module_plt()83 BUG_ON(pltsec->plt_count * PLT_ENT_SIZE > pltsec->plt->sh_size); in get_module_plt()267 mod->arch.core.plt_count = 0; in module_frob_arch_sections()275 mod->arch.init.plt_count = 0; in module_frob_arch_sections()290 ret = mod && (loc - (u32)mod->arch.core.plt_ent < mod->arch.core.plt_count * PLT_ENT_SIZE || in in_module_plt()[all …]
24 int plt_count; member