Home
last modified time | relevance | path

Searched refs:get_got_entry (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/riscv/include/asm/
Dmodule.h36 static inline struct got_entry *get_got_entry(u64 val, in get_got_entry() function
/Linux-v4.19/arch/riscv/kernel/
Dmodule-sections.c16 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry()