Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/include/asm/
Dmodule.h36 static inline struct got_entry *get_got_entry(unsigned long val, in get_got_entry() function
/Linux-v6.6/arch/loongarch/include/asm/
Dmodule.h95 static inline struct got_entry *get_got_entry(Elf_Addr val, in get_got_entry() function
/Linux-v6.6/arch/riscv/kernel/
Dmodule-sections.c17 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry()
/Linux-v6.6/arch/loongarch/kernel/
Dmodule-sections.c16 struct got_entry *got = get_got_entry(val, sechdrs, got_sec); in module_emit_got_entry()