Home
last modified time | relevance | path

Searched refs:module_emit_got_entry (Results 1 – 6 of 6) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dmodule.h11 unsigned long module_emit_got_entry(struct module *mod, unsigned long val);
/linux/arch/loongarch/include/asm/
H A Dmodule.h50 Elf_Addr module_emit_got_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val);
/linux/arch/riscv/kernel/
H A Dmodule-sections.c13 unsigned long module_emit_got_entry(struct module *mod, unsigned long val) in module_emit_got_entry() function
H A Dmodule.c232 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()
/linux/arch/loongarch/kernel/
H A Dmodule-sections.c12 Elf_Addr module_emit_got_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val) in module_emit_got_entry() function
H A Dmodule.c351 Elf_Addr got = module_emit_got_entry(mod, sechdrs, v); in apply_r_larch_got_pc()