Searched refs:module_emit_plt_entry (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | module.h | 32 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs,
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | module.h | 11 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val);
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | module-sections.c | 32 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val) in module_emit_plt_entry() function
|
| H A D | module.c | 218 offset = module_emit_plt_entry(me, v); in apply_r_riscv_call_plt_rela()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | module-plts.c | 73 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs, in module_emit_plt_entry() function
|
| H A D | module.c | 451 val = module_emit_plt_entry(me, sechdrs, loc, &rel[i], sym); in apply_relocate_add()
|