Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dmodule-plts.c24 static const u32 fixed_plts[] = { variable
35 if (!ARRAY_SIZE(fixed_plts) || pltsec->plt_count) in prealloc_fixed()
37 pltsec->plt_count = ARRAY_SIZE(fixed_plts); in prealloc_fixed()
42 BUILD_BUG_ON(sizeof(fixed_plts) > sizeof(plt->lit)); in prealloc_fixed()
43 memcpy(plt->lit, fixed_plts, sizeof(fixed_plts)); in prealloc_fixed()
60 for (idx = 0; idx < ARRAY_SIZE(fixed_plts); ++idx) in get_module_plt()
212 unsigned long core_plts = ARRAY_SIZE(fixed_plts); in module_frob_arch_sections()
213 unsigned long init_plts = ARRAY_SIZE(fixed_plts); in module_frob_arch_sections()