Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/arch/riscv/include/asm/
Dmodule.h30 static inline struct got_entry emit_got_entry(unsigned long val) in emit_got_entry() function
/Linux-v6.1/arch/loongarch/include/asm/
Dmodule.h43 static inline struct got_entry emit_got_entry(Elf_Addr val) in emit_got_entry() function
/Linux-v6.1/arch/loongarch/kernel/
Dmodule-sections.c21 got[i] = emit_got_entry(val); in module_emit_got_entry()