Searched refs:module_emit_got_entry (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | module.h | 11 unsigned long module_emit_got_entry(struct module *mod, unsigned long val);
|
| /linux/arch/loongarch/include/asm/ |
| H A D | module.h | 52 Elf_Addr module_emit_got_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val);
|
| /linux/arch/loongarch/kernel/ |
| H A D | module-sections.c | 13 Elf_Addr module_emit_got_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val) in module_emit_got_entry() function
|
| H A D | module.c | 400 v = module_emit_got_entry(mod, sechdrs, v); in apply_r_larch_got_pc() 544 offset = module_emit_got_entry(mod, sechdrs, hi20_sym_val); in apply_relocate_add()
|
| /linux/arch/riscv/kernel/ |
| H A D | module-sections.c | 14 unsigned long module_emit_got_entry(struct module *mod, unsigned long val) in module_emit_got_entry() function
|
| H A D | module.c | 232 offset = (void *)module_emit_got_entry(me, v) - location; in apply_r_riscv_got_hi20_rela() 850 offset = module_emit_got_entry( in apply_relocate_add()
|