Searched refs:module_emit_plt_entry (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/arch/arm64/include/asm/ |
| D | module.h | 39 u64 module_emit_plt_entry(struct module *mod, void *loc, const Elf64_Rela *rela,
|
| /Linux-v4.19/arch/riscv/include/asm/ |
| D | module.h | 12 u64 module_emit_plt_entry(struct module *mod, u64 val);
|
| /Linux-v4.19/arch/riscv/kernel/ |
| D | module-sections.c | 31 u64 module_emit_plt_entry(struct module *mod, u64 val) in module_emit_plt_entry() function
|
| D | module.c | 210 offset = module_emit_plt_entry(me, v); in apply_r_riscv_call_plt_rela()
|
| /Linux-v4.19/arch/arm64/kernel/ |
| D | module-plts.c | 19 u64 module_emit_plt_entry(struct module *mod, void *loc, const Elf64_Rela *rela, in module_emit_plt_entry() function
|
| D | module.c | 416 val = module_emit_plt_entry(me, loc, &rel[i], sym); in apply_relocate_add()
|