Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/include/asm/
Dmodule.h12 unsigned long module_emit_got_entry(struct module *mod, unsigned long val);
/Linux-v5.4/arch/riscv/kernel/
Dmodule.c178 offset = module_emit_got_entry(me, v); in apply_r_riscv_got_hi20_rela()
363 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