Home
last modified time | relevance | path

Searched refs:module_emit_plt_entry (Results 1 – 9 of 9) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dmodule.c112 v = module_emit_plt_entry(mod, sechdrs, v); in apply_r_larch_sop_push_plt_pcrel()
115 v = module_emit_plt_entry(mod, sechdrs, v); in apply_r_larch_sop_push_plt_pcrel()
287 v = module_emit_plt_entry(mod, sechdrs, v); in apply_r_larch_b26()
290 v = module_emit_plt_entry(mod, sechdrs, v); in apply_r_larch_b26()
H A Dmodule-sections.c38 Elf_Addr module_emit_plt_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val) in module_emit_plt_entry() function
/linux/arch/arm64/include/asm/
H A Dmodule.h24 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs,
/linux/arch/riscv/include/asm/
H A Dmodule.h12 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val);
/linux/arch/loongarch/include/asm/
H A Dmodule.h51 Elf_Addr module_emit_plt_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val);
/linux/arch/riscv/kernel/
H A Dmodule-sections.c32 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val) in module_emit_plt_entry() function
H A Dmodule.c252 offset = (void *)module_emit_plt_entry(me, v) - location; in apply_r_riscv_call_plt_rela()
423 offset = (void *)module_emit_plt_entry(me, v) - location; in apply_r_riscv_plt32_rela()
/linux/arch/arm64/kernel/
H A Dmodule.c407 val = module_emit_plt_entry(me, sechdrs, loc, &rel[i], sym); in apply_relocate_add()
H A Dmodule-plts.c69 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs, in module_emit_plt_entry() function