Home
last modified time | relevance | path

Searched refs:PLT_ENT_COUNT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dmodule.h23 #define PLT_ENT_COUNT (PLT_ENT_STRIDE / sizeof(u32)) macro
24 #define PLT_ENT_SIZE (sizeof(struct plt_entries) / PLT_ENT_COUNT)
27 u32 ldr[PLT_ENT_COUNT];
28 u32 lit[PLT_ENT_COUNT];
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dmodule.h13 #define PLT_ENT_COUNT (PLT_ENT_STRIDE / sizeof(u32)) macro
14 #define PLT_ENT_SIZE (sizeof(struct plt_entries) / PLT_ENT_COUNT)
17 u32 ldr[PLT_ENT_COUNT];
18 u32 lit[PLT_ENT_COUNT];
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dmodule-plts.c76 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()
82 idx = (idx + 1) % PLT_ENT_COUNT; in get_module_plt()
93 { [0 ... PLT_ENT_COUNT - 1] = PLT_ENT_LDR, }, in get_module_plt()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dmodule-plts.c71 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()
77 idx = (idx + 1) % PLT_ENT_COUNT; in get_module_plt()
88 { [0 ... PLT_ENT_COUNT - 1] = PLT_ENT_LDR, }, in get_module_plt()

Completed in 2 milliseconds