Home
last modified time | relevance | path

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

12345678910>>...14

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/include/asm/
H A Dmodule.h22 struct plt_entry *ftrace_trampolines;
39 struct plt_entry { struct
60 struct plt_entry get_plt_entry(u64 dst, void *pc); argument
61 bool plt_entries_equal(const struct plt_entry *a, const struct plt_entry *b);
63 static inline bool plt_entry_is_initialized(const struct plt_entry *e) in plt_entry_is_initialized()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/include/asm/
H A Dmodule.h22 struct plt_entry *ftrace_trampolines;
39 struct plt_entry { struct
60 struct plt_entry get_plt_entry(u64 dst, void *pc); argument
61 bool plt_entries_equal(const struct plt_entry *a, const struct plt_entry *b);
63 static inline bool plt_entry_is_initialized(const struct plt_entry *e) in plt_entry_is_initialized()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/include/asm/
H A Dmodule.h22 struct plt_entry *ftrace_trampolines;
39 struct plt_entry { struct
60 struct plt_entry get_plt_entry(u64 dst, void *pc); argument
61 bool plt_entries_equal(const struct plt_entry *a, const struct plt_entry *b);
63 static inline bool plt_entry_is_initialized(const struct plt_entry *e) in plt_entry_is_initialized()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A 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 bool plt_entries_equal(const struct plt_entry *a, const struct plt_entry *b) in plt_entries_equal()
78 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry()
109 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp()
251 ret += DIV_ROUND_UP(ret, (SZ_4K / sizeof(struct plt_entry))); in count_plts()
365 pltsec->sh_size = (init_plts + 1) * sizeof(struct plt_entry); in module_frob_arch_sections()
372 tramp->sh_addralign = __alignof__(struct plt_entry); in module_frob_arch_sections()
[all …]
H A Dftrace.c65 static struct plt_entry *get_ftrace_plt(struct module *mod, unsigned long addr) in get_ftrace_plt()
68 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt()
90 struct plt_entry *plt; in ftrace_make_call()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A 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 bool plt_entries_equal(const struct plt_entry *a, const struct plt_entry *b) in plt_entries_equal()
78 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry()
109 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp()
251 ret += DIV_ROUND_UP(ret, (SZ_4K / sizeof(struct plt_entry))); in count_plts()
365 pltsec->sh_size = (init_plts + 1) * sizeof(struct plt_entry); in module_frob_arch_sections()
372 tramp->sh_addralign = __alignof__(struct plt_entry); in module_frob_arch_sections()
[all …]
H A Dftrace.c65 static struct plt_entry *get_ftrace_plt(struct module *mod, unsigned long addr) in get_ftrace_plt()
68 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt()
90 struct plt_entry *plt; in ftrace_make_call()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A 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 bool plt_entries_equal(const struct plt_entry *a, const struct plt_entry *b) in plt_entries_equal()
78 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry()
109 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp()
251 ret += DIV_ROUND_UP(ret, (SZ_4K / sizeof(struct plt_entry))); in count_plts()
365 pltsec->sh_size = (init_plts + 1) * sizeof(struct plt_entry); in module_frob_arch_sections()
372 tramp->sh_addralign = __alignof__(struct plt_entry); in module_frob_arch_sections()
[all …]
H A Dftrace.c65 static struct plt_entry *get_ftrace_plt(struct module *mod, unsigned long addr) in get_ftrace_plt()
68 struct plt_entry *plt = mod->arch.ftrace_trampolines; in get_ftrace_plt()
90 struct plt_entry *plt; in ftrace_make_call()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/include/asm/
H A 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/include/asm/
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/include/asm/
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/kernel/
H A 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 …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/ia64/kernel/
H A 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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/ia64/kernel/
H A 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 …]
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-ppc.c2584 struct plt_entry struct
2586 struct plt_entry *next; argument
3040 struct plt_entry *ent; in ppc_elf_copy_indirect_symbol()
3304 struct plt_entry *ent; in update_plt_info()
3327 static struct plt_entry *
3330 struct plt_entry *ent; in find_plt_ent()
4409 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_gc_sweep_hook()
5674 struct plt_entry *ent; in ppc_elf_size_dynamic_sections()
6147 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
8194 struct plt_entry *ent; in ppc_elf_finish_dynamic_symbol()
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-ppc.c3026 struct plt_entry struct
3028 struct plt_entry *next; argument
3500 struct plt_entry *ent; in ppc_elf_copy_indirect_symbol()
3765 struct plt_entry *ent; in update_plt_info()
3788 static struct plt_entry *
3791 struct plt_entry *ent; in find_plt_ent()
4934 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_gc_sweep_hook()
6197 struct plt_entry *ent; in ppc_elf_size_dynamic_sections()
6748 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
9028 struct plt_entry *ent; in ppc_elf_finish_dynamic_symbol()
[all …]
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-ppc.c2026 struct plt_entry struct
2028 struct plt_entry *next; argument
2573 struct plt_entry *ent; in ppc_elf_copy_indirect_symbol()
2790 struct plt_entry *ent; in update_plt_info()
2813 static struct plt_entry *
2816 struct plt_entry *ent; in find_plt_ent()
4157 struct plt_entry **local_plt = (struct plt_entry **) in get_sym_h()
6236 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
6300 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
9362 struct plt_entry *ent; in write_global_sym_plt()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-ppc.c2026 struct plt_entry struct
2028 struct plt_entry *next; argument
2573 struct plt_entry *ent; in ppc_elf_copy_indirect_symbol()
2790 struct plt_entry *ent; in update_plt_info()
2813 static struct plt_entry *
2816 struct plt_entry *ent; in find_plt_ent()
4157 struct plt_entry **local_plt = (struct plt_entry **) in get_sym_h()
6236 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
6300 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
9362 struct plt_entry *ent; in write_global_sym_plt()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-ppc.c2026 struct plt_entry struct
2028 struct plt_entry *next; argument
2573 struct plt_entry *ent; in ppc_elf_copy_indirect_symbol()
2790 struct plt_entry *ent; in update_plt_info()
2813 static struct plt_entry *
2816 struct plt_entry *ent; in find_plt_ent()
4157 struct plt_entry **local_plt = (struct plt_entry **) in get_sym_h()
6236 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
6300 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
9362 struct plt_entry *ent; in write_global_sym_plt()
[all …]
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-ppc.c2026 struct plt_entry struct
2028 struct plt_entry *next; argument
2573 struct plt_entry *ent; in ppc_elf_copy_indirect_symbol()
2790 struct plt_entry *ent; in update_plt_info()
2813 static struct plt_entry *
2816 struct plt_entry *ent; in find_plt_ent()
4157 struct plt_entry **local_plt = (struct plt_entry **) in get_sym_h()
6236 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
6300 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
9362 struct plt_entry *ent; in write_global_sym_plt()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/kernel/
H A 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/kernel/
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/kernel/
H A 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()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-ppc.c3135 struct plt_entry struct
3137 struct plt_entry *next; argument
3679 struct plt_entry *ent; in ppc_elf_copy_indirect_symbol()
3901 struct plt_entry *ent; in update_plt_info()
3924 static struct plt_entry *
3927 struct plt_entry *ent; in find_plt_ent()
5088 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_gc_sweep_hook()
7070 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
7134 struct plt_entry **local_plt = (struct plt_entry **) in ppc_elf_relax_section()
9937 struct plt_entry *ent; in ppc_elf_finish_dynamic_symbol()
[all …]

12345678910>>...14