Searched refs:module_emit_plt_entry (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | module.h | 28 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs,
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | module.h | 13 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val);
|
| /Linux-v5.4/arch/riscv/kernel/ |
| D | module-sections.c | 32 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val) in module_emit_plt_entry() function
|
| D | module.c | 202 offset = module_emit_plt_entry(me, v); in apply_r_riscv_call_plt_rela()
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | module-plts.c | 71 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs, in module_emit_plt_entry() function
|
| D | module.c | 446 val = module_emit_plt_entry(me, sechdrs, loc, &rel[i], sym); in apply_relocate_add()
|