Home
last modified time | relevance | path

Searched refs:emit_plt_entry (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/riscv/include/asm/
Dmodule.h63 static inline struct plt_entry emit_plt_entry(unsigned long val, in emit_plt_entry() function
/linux-6.1.9/arch/loongarch/include/asm/
Dmodule.h48 static inline struct plt_entry emit_plt_entry(unsigned long val) in emit_plt_entry() function
/linux-6.1.9/arch/riscv/kernel/
Dmodule-sections.c47 plt[i] = emit_plt_entry(val, in module_emit_plt_entry()
/linux-6.1.9/arch/loongarch/kernel/
Dmodule-sections.c51 plt[nr] = emit_plt_entry(val); in module_emit_plt_entry()