Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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 = .);
/kernel/linux/linux-6.6/arch/um/kernel/
Duml.lds.S60 PROVIDE_HIDDEN(__rel_iplt_start = .);
62 PROVIDE_HIDDEN(__rel_iplt_end = .);
66 PROVIDE_HIDDEN(__rela_iplt_start = .);
68 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 = .);
/kernel/linux/linux-5.10/drivers/net/phy/
Dphy_led_triggers.c31 struct phy_led_trigger *plt; in phy_led_trigger_change_speed() local
68 struct phy_led_trigger *plt, in phy_led_trigger_register()
79 static void phy_led_trigger_unregister(struct phy_led_trigger *plt) in phy_led_trigger_unregister()
/kernel/linux/linux-6.6/drivers/net/phy/
Dphy_led_triggers.c31 struct phy_led_trigger *plt; in phy_led_trigger_change_speed() local
68 struct phy_led_trigger *plt, in phy_led_trigger_register()
79 static void phy_led_trigger_unregister(struct phy_led_trigger *plt) in phy_led_trigger_unregister()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/riscv/include/asm/
Dmodule.h23 struct mod_section plt; member
65 unsigned long plt, in emit_plt_entry()
105 struct plt_entry *plt = (struct plt_entry *)sec_plt->shdr->sh_addr; in get_plt_entry() local
/kernel/linux/linux-6.6/arch/arm64/kernel/
Dmodule-plts.c28 struct plt_entry plt; in get_plt_entry() local
75 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry() local
106 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp() local
Dftrace.c201 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt() local
230 struct plt_entry *plt; in ftrace_find_callable_addr() local
/kernel/linux/linux-5.10/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.c68 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt() local
94 struct plt_entry *plt; in ftrace_find_callable_addr() local
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/arm/kernel/
Dmodule-plts.c31 static void prealloc_fixed(struct mod_plt_sec *pltsec, struct plt_entries *plt) in prealloc_fixed()
50 struct plt_entries *plt; in get_module_plt() local
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
Dmodule.h21 struct mod_section plt; member
87 struct plt_entry *plt = (struct plt_entry *)sechdrs[sec_plt->shndx].sh_addr; in get_plt_entry() local
/kernel/linux/linux-6.6/arch/loongarch/kernel/
Dftrace_dyn.c43 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt() local
66 struct plt_entry *plt; in ftrace_find_callable_addr() local
Dmodule-sections.c43 struct plt_entry *plt = get_plt_entry(val, sechdrs, plt_sec, plt_idx_sec); in module_emit_plt_entry() local
/kernel/linux/linux-6.6/arch/arm/include/asm/
Dmodule.h22 struct elf32_shdr *plt; member
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dmodule.h32 struct elf32_shdr *plt; member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
Dpcmplc.c160 static const struct plt { struct
163 } pltm[] = { argument
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
Dpcmplc.c156 static const struct plt { struct
159 } pltm[] = { argument

12