Home
last modified time | relevance | path

Searched refs:get_plt_entry (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dmodule.h60 struct plt_entry get_plt_entry(u64 dst, void *pc);
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dmodule.h52 struct plt_entry get_plt_entry(u64 dst, void *pc);
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dmodule.h100 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dmodule.h87 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dmodule.h81 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dmodule.h101 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dmodule-plts.c26 struct plt_entry get_plt_entry(u64 dst, void *pc) in get_plt_entry() function
87 plt[i] = get_plt_entry(val, &plt[i]); in module_emit_plt_entry()
H A Dmodule.c491 *plt = get_plt_entry(addr, plt); in __init_plt()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dmodule-plts.c26 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()
H A Dmodule.c562 *plt = get_plt_entry(addr, plt); in __init_plt()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dmodule-sections.c43 struct plt_entry *plt = get_plt_entry(val, sechdrs, plt_sec, plt_idx_sec); in module_emit_plt_entry()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dmodule-sections.c37 struct plt_entry *plt = get_plt_entry(val, plt_sec, got_plt_sec); in module_emit_plt_entry()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dmodule-sections.c43 struct plt_entry *plt = get_plt_entry(val, sechdrs, plt_sec, plt_idx_sec); in module_emit_plt_entry()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dmodule-sections.c37 struct plt_entry *plt = get_plt_entry(val, plt_sec, got_plt_sec); in module_emit_plt_entry()

Completed in 6 milliseconds