Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/kernel/
Dmodule-plts.c24 static const u32 fixed_plts[] = { variable
40 if (!ARRAY_SIZE(fixed_plts) || pltsec->plt_count) in prealloc_fixed()
42 pltsec->plt_count = ARRAY_SIZE(fixed_plts); in prealloc_fixed()
47 BUILD_BUG_ON(sizeof(fixed_plts) > sizeof(plt->lit)); in prealloc_fixed()
48 memcpy(plt->lit, fixed_plts, sizeof(fixed_plts)); in prealloc_fixed()
65 for (idx = 0; idx < ARRAY_SIZE(fixed_plts); ++idx) in get_module_plt()
217 unsigned long core_plts = ARRAY_SIZE(fixed_plts); in module_frob_arch_sections()
218 unsigned long init_plts = ARRAY_SIZE(fixed_plts); in module_frob_arch_sections()