Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dmodule.h39 u64 module_emit_plt_entry(struct module *mod, void *loc, const Elf64_Rela *rela,
/Linux-v4.19/arch/riscv/include/asm/
Dmodule.h12 u64 module_emit_plt_entry(struct module *mod, u64 val);
/Linux-v4.19/arch/riscv/kernel/
Dmodule-sections.c31 u64 module_emit_plt_entry(struct module *mod, u64 val) in module_emit_plt_entry() function
Dmodule.c210 offset = module_emit_plt_entry(me, v); in apply_r_riscv_call_plt_rela()
/Linux-v4.19/arch/arm64/kernel/
Dmodule-plts.c19 u64 module_emit_plt_entry(struct module *mod, void *loc, const Elf64_Rela *rela, in module_emit_plt_entry() function
Dmodule.c416 val = module_emit_plt_entry(me, loc, &rel[i], sym); in apply_relocate_add()