Home
last modified time | relevance | path

Searched refs:module_emit_got_entry (Results 1 – 3 of 3) sorted by relevance

/arch/riscv/include/asm/
Dmodule.h10 unsigned long module_emit_got_entry(struct module *mod, unsigned long val);
/arch/riscv/kernel/
Dmodule.c195 offset = module_emit_got_entry(me, v); in apply_r_riscv_got_hi20_rela()
394 offset = module_emit_got_entry( in apply_relocate_add()
Dmodule-sections.c13 unsigned long module_emit_got_entry(struct module *mod, unsigned long val) in module_emit_got_entry() function