Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Dmodule.h28 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs,
/Linux-v5.4/arch/riscv/include/asm/
Dmodule.h13 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val);
/Linux-v5.4/arch/riscv/kernel/
Dmodule-sections.c32 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val) in module_emit_plt_entry() function
Dmodule.c202 offset = module_emit_plt_entry(me, v); in apply_r_riscv_call_plt_rela()
/Linux-v5.4/arch/arm64/kernel/
Dmodule-plts.c71 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs, in module_emit_plt_entry() function
Dmodule.c446 val = module_emit_plt_entry(me, sechdrs, loc, &rel[i], sym); in apply_relocate_add()