Home
last modified time | relevance | path

Searched defs:plt (Results 1 – 10 of 10) sorted by relevance

/arch/um/kernel/
Duml.lds.S61 PROVIDE_HIDDEN(__rel_iplt_start = .);
63 PROVIDE_HIDDEN(__rel_iplt_end = .);
67 PROVIDE_HIDDEN(__rela_iplt_start = .);
69 PROVIDE_HIDDEN(__rela_iplt_end = .);
Ddyn.lds.S59 PROVIDE_HIDDEN(__rel_iplt_start = .);
61 PROVIDE_HIDDEN(__rel_iplt_end = .);
65 PROVIDE_HIDDEN(__rela_iplt_start = .);
67 PROVIDE_HIDDEN(__rela_iplt_end = .);
/arch/riscv/include/asm/
Dmodule.h22 struct mod_section plt; member
64 unsigned long plt, in emit_plt_entry()
104 struct plt_entry *plt = (struct plt_entry *)sec_plt->shdr->sh_addr; in get_plt_entry() local
/arch/arm64/kernel/
Dmodule-plts.c28 struct plt_entry plt; in get_plt_entry() local
79 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry() local
110 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp() local
Dftrace.c69 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt() local
95 struct plt_entry *plt; in ftrace_find_callable_addr() local
Dmodule.c494 static inline void __init_plt(struct plt_entry *plt, unsigned long addr) in __init_plt()
/arch/arm/kernel/
Dmodule-plts.c36 static void prealloc_fixed(struct mod_plt_sec *pltsec, struct plt_entries *plt) in prealloc_fixed()
55 struct plt_entries *plt; in get_module_plt() local
/arch/ia64/kernel/
Dmodule.c235 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()
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()
541 struct plt_entry *plt, *plt_end; in get_plt() local
/arch/arm/include/asm/
Dmodule.h32 struct elf32_shdr *plt; member
/arch/riscv/kernel/
Dmodule-sections.c37 struct plt_entry *plt = get_plt_entry(val, plt_sec, got_plt_sec); in module_emit_plt_entry() local