Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Dmodule.h62 struct plt_entry get_plt_entry(u64 dst, void *pc);
/Linux-v5.4/arch/riscv/include/asm/
Dmodule.h102 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry() function
/Linux-v5.4/arch/arm64/kernel/
Dmodule-plts.c24 struct plt_entry get_plt_entry(u64 dst, void *pc) in get_plt_entry() function
85 plt[i] = get_plt_entry(val, &plt[i]); in module_emit_plt_entry()
Dftrace.c110 trampoline = get_plt_entry(addr, dst); in ftrace_make_call()
/Linux-v5.4/arch/riscv/kernel/
Dmodule-sections.c37 struct plt_entry *plt = get_plt_entry(val, plt_sec, got_plt_sec); in module_emit_plt_entry()