Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dmodule.h51 struct plt_entry get_plt_entry(u64 dst, void *pc);
/linux/arch/riscv/include/asm/
H A Dmodule.h101 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
/linux/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()
/linux/arch/loongarch/include/asm/
H A Dmodule.h88 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
/linux/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()
/linux/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()