Searched refs:get_got_entry (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | module.h | 35 static inline struct got_entry *get_got_entry(unsigned long val, in get_got_entry() function
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | module.h | 101 static inline struct got_entry *get_got_entry(Elf_Addr val, in get_got_entry() function
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | module.h | 95 static inline struct got_entry *get_got_entry(Elf_Addr val, in get_got_entry() function
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | module.h | 36 static inline struct got_entry *get_got_entry(unsigned long val, in get_got_entry() function
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | module-sections.c | 16 struct got_entry *got = get_got_entry(val, sechdrs, got_sec); in module_emit_got_entry()
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | module-sections.c | 17 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | module-sections.c | 16 struct got_entry *got = get_got_entry(val, sechdrs, got_sec); in module_emit_got_entry()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | module-sections.c | 17 struct got_entry *got = get_got_entry(val, got_sec); in module_emit_got_entry()
|
Completed in 4 milliseconds