Searched refs:module_emit_got_entry (Results 1 – 6 of 6) sorted by relevance
11 unsigned long module_emit_got_entry(struct module *mod, unsigned long val);
50 Elf_Addr module_emit_got_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val);
13 unsigned long module_emit_got_entry(struct module *mod, unsigned long val) in module_emit_got_entry() function
232 offset = (void *)module_emit_got_entry(me, v) - location; in apply_r_riscv_got_hi20_rela()859 offset = module_emit_got_entry( in apply_relocate_add()
12 Elf_Addr module_emit_got_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val) in module_emit_got_entry() function
351 Elf_Addr got = module_emit_got_entry(mod, sechdrs, v); in apply_r_larch_got_pc()