Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A 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/arch/riscv/include/asm/
H A Dmodule.h31 static inline struct got_entry emit_got_entry(unsigned long val) in emit_got_entry() function
/linux/arch/loongarch/include/asm/
H A Dmodule.h53 static inline struct got_entry emit_got_entry(Elf_Addr val) in emit_got_entry() function
/linux/arch/loongarch/kernel/
H A Dmodule-sections.c23 got[i] = emit_got_entry(val); in module_emit_got_entry()