Searched refs:get_plt_entry (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/arm64/include/asm/ |
D | module.h | 51 struct plt_entry get_plt_entry(u64 dst, void *pc);
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | module.h | 101 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | module.h | 88 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
|
/linux-6.12.1/arch/arm64/kernel/ |
D | module-plts.c | 26 struct plt_entry get_plt_entry(u64 dst, void *pc) in get_plt_entry() function 83 plt[i] = get_plt_entry(val, &plt[i]); in module_emit_plt_entry()
|
D | module.c | 436 *plt = get_plt_entry(addr, plt); in __init_plt()
|
/linux-6.12.1/arch/riscv/kernel/ |
D | module-sections.c | 37 struct plt_entry *plt = get_plt_entry(val, plt_sec, got_plt_sec); in module_emit_plt_entry()
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | module-sections.c | 43 struct plt_entry *plt = get_plt_entry(val, sechdrs, plt_sec, plt_idx_sec); in module_emit_plt_entry()
|