Searched refs:module_emit_plt_entry (Results 1 – 9 of 9) sorted by relevance
/linux/arch/loongarch/kernel/ |
H A D | module.c | 112 v = module_emit_plt_entry(mod, sechdrs, v); in apply_r_larch_sop_push_plt_pcrel() 115 v = module_emit_plt_entry(mod, sechdrs, v); in apply_r_larch_sop_push_plt_pcrel() 287 v = module_emit_plt_entry(mod, sechdrs, v); in apply_r_larch_b26() 290 v = module_emit_plt_entry(mod, sechdrs, v); in apply_r_larch_b26()
|
H A D | module-sections.c | 38 Elf_Addr module_emit_plt_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val) in module_emit_plt_entry() function
|
/linux/arch/arm64/include/asm/ |
H A D | module.h | 24 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs,
|
/linux/arch/riscv/include/asm/ |
H A D | module.h | 12 unsigned long module_emit_plt_entry(struct module *mod, unsigned long val);
|
/linux/arch/loongarch/include/asm/ |
H A D | module.h | 51 Elf_Addr module_emit_plt_entry(struct module *mod, Elf_Shdr *sechdrs, Elf_Addr val);
|
/linux/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 | 252 offset = (void *)module_emit_plt_entry(me, v) - location; in apply_r_riscv_call_plt_rela() 423 offset = (void *)module_emit_plt_entry(me, v) - location; in apply_r_riscv_plt32_rela()
|
/linux/arch/arm64/kernel/ |
H A D | module.c | 407 val = module_emit_plt_entry(me, sechdrs, loc, &rel[i], sym); in apply_relocate_add()
|
H A D | module-plts.c | 69 u64 module_emit_plt_entry(struct module *mod, Elf64_Shdr *sechdrs, in module_emit_plt_entry() function
|