Home
last modified time | relevance | path

Searched refs:emit_got_entry (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/riscv/kernel/
Dmodule-sections.c24 got[i] = emit_got_entry(val); in module_emit_got_entry()
45 got_plt[i] = emit_got_entry(val); in module_emit_plt_entry()
/Linux-v5.4/arch/riscv/include/asm/
Dmodule.h32 static inline struct got_entry emit_got_entry(unsigned long val) in emit_got_entry() function