Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/include/asm/
Dmodule.h11 u64 module_emit_got_entry(struct module *mod, u64 val);
/Linux-v4.19/arch/riscv/kernel/
Dmodule.c186 offset = module_emit_got_entry(me, v); in apply_r_riscv_got_hi20_rela()
371 offset = module_emit_got_entry( in apply_relocate_add()
Dmodule-sections.c12 u64 module_emit_got_entry(struct module *mod, u64 val) in module_emit_got_entry() function