Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dmodule.h35 static inline struct got_entry *get_got_entry(unsigned long val, in get_got_entry() function
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dmodule-sections.c17 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry()