Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmodule.h32 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs,
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dmodule.h11 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val);
/OK3568_Linux_fs/kernel/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.c218 offset = module_emit_plt_entry(me, v); in apply_r_riscv_call_plt_rela()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmodule-plts.c73 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs, in module_emit_plt_entry() function
H A Dmodule.c451 val = module_emit_plt_entry(me, sechdrs, loc, &rel[i], sym); in apply_relocate_add()