Home
last modified time | relevance | path

Searched refs:plt_entry (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/arch/arm64/kernel/
Dmodule-plts.c12 static struct plt_entry __get_adrp_add_pair(u64 dst, u64 pc, in __get_adrp_add_pair()
22 return (struct plt_entry){ cpu_to_le32(adrp), cpu_to_le32(add) }; in __get_adrp_add_pair()
25 struct plt_entry get_plt_entry(u64 dst, void *pc) in get_plt_entry()
27 struct plt_entry plt; in get_plt_entry()
40 static bool plt_entries_equal(const struct plt_entry *a, in plt_entries_equal()
41 const struct plt_entry *b) in plt_entries_equal()
79 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry()
110 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp()
252 ret += DIV_ROUND_UP(ret, (SZ_4K / sizeof(struct plt_entry))); in count_plts()
358 pltsec->sh_size = (core_plts + 1) * sizeof(struct plt_entry); in module_frob_arch_sections()
[all …]
Dftrace.c66 static struct plt_entry *get_ftrace_plt(struct module *mod, unsigned long addr) in get_ftrace_plt()
69 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt()
95 struct plt_entry *plt; in ftrace_find_callable_addr()
Dmodule.c479 static inline void __init_plt(struct plt_entry *plt, unsigned long addr) in __init_plt()
490 struct plt_entry *plts; in module_init_ftrace_plt()
/linux-6.1.9/arch/riscv/include/asm/
Dmodule.h47 struct plt_entry { struct
63 static inline struct plt_entry emit_plt_entry(unsigned long val, in emit_plt_entry() argument
82 return (struct plt_entry) { in emit_plt_entry()
100 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry()
104 struct plt_entry *plt = (struct plt_entry *)sec_plt->shdr->sh_addr; in get_plt_entry()
/linux-6.1.9/arch/loongarch/include/asm/
Dmodule.h29 struct plt_entry { struct
48 static inline struct plt_entry emit_plt_entry(unsigned long val) in emit_plt_entry() argument
57 return (struct plt_entry) { lu12iw, lu32id, lu52id, jirl }; in emit_plt_entry()
78 static inline struct plt_entry *get_plt_entry(unsigned long val, in get_plt_entry()
83 struct plt_entry *plt = (struct plt_entry *)sec_plt->shdr->sh_addr; in get_plt_entry()
/linux-6.1.9/arch/arm64/include/asm/
Dmodule.h22 struct plt_entry *ftrace_trampolines;
39 struct plt_entry { struct
60 struct plt_entry get_plt_entry(u64 dst, void *pc); argument
/linux-6.1.9/arch/ia64/kernel/
Dmodule.c214 struct plt_entry { struct
219 static const struct plt_entry ia64_plt_template = { argument
235 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt()
245 plt_target (struct plt_entry *plt) in plt_target()
259 struct plt_entry { struct
264 static const struct plt_entry ia64_plt_template = { argument
285 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt()
294 plt_target (struct plt_entry *plt) in plt_target()
469 mod->arch.core_plt->sh_size = core_plts * sizeof(struct plt_entry); in module_frob_arch_sections()
473 mod->arch.init_plt->sh_size = init_plts * sizeof(struct plt_entry); in module_frob_arch_sections()
[all …]
/linux-6.1.9/arch/riscv/kernel/
Dmodule-sections.c37 struct plt_entry *plt = get_plt_entry(val, plt_sec, got_plt_sec); in module_emit_plt_entry()
46 plt = (struct plt_entry *)plt_sec->shdr->sh_addr; in module_emit_plt_entry()
141 mod->arch.plt.shdr->sh_size = (num_plts + 1) * sizeof(struct plt_entry); in module_frob_arch_sections()
/linux-6.1.9/arch/loongarch/kernel/
Dmodule-sections.c41 struct plt_entry *plt = get_plt_entry(val, plt_sec, plt_idx_sec); in module_emit_plt_entry()
50 plt = (struct plt_entry *)plt_sec->shdr->sh_addr; in module_emit_plt_entry()
158 mod->arch.plt.shdr->sh_size = (num_plts + 1) * sizeof(struct plt_entry); in module_frob_arch_sections()