/Linux-v6.6/arch/arm64/kernel/ |
D | module-plts.c | 71 Elf64_Sym *sym) in module_emit_plt_entry() 157 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts() 161 Elf64_Sym *s; in count_plts() 253 static bool branch_rela_needs_plt(Elf64_Sym *syms, Elf64_Rela *rela, in branch_rela_needs_plt() 257 Elf64_Sym *s = syms + ELF64_R_SYM(rela->r_info); in branch_rela_needs_plt() 267 static int partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela, in partition_branch_plt_relas() 292 Elf64_Sym *syms = NULL; in module_frob_arch_sections() 309 syms = (Elf64_Sym *)sechdrs[i].sh_addr; in module_frob_arch_sections()
|
D | module.c | 353 Elf64_Sym *sym; in apply_relocate_add() 364 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | module_64.c | 61 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset() 74 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset() 269 Elf64_Sym *sym; in count_pcpu_relocs() 272 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in count_pcpu_relocs() 362 static void dedotify(Elf64_Sym *syms, unsigned int numsyms, char *strtab) in dedotify() 378 static Elf64_Sym *find_dot_toc(Elf64_Shdr *sechdrs, in find_dot_toc() 383 Elf64_Sym *syms; in find_dot_toc() 385 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc() 386 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc() 434 sechdrs[i].sh_size / sizeof(Elf64_Sym), in module_frob_arch_sections() [all …]
|
/Linux-v6.6/arch/sparc/vdso/ |
D | vma.c | 55 Elf64_Sym *dynsym; 102 static Elf64_Sym *find_sym64(const struct vdso_elfinfo64 *e, const char *name) in find_sym64() 106 for (i = 0; i < (e->dynsymsize / sizeof(Elf64_Sym)); i++) { in find_sym64() 107 Elf64_Sym *s = &e->dynsym[i]; in find_sym64() 120 Elf64_Sym *osym = find_sym64(e, orig); in patchsym64() 121 Elf64_Sym *nsym = find_sym64(e, new); in patchsym64()
|
/Linux-v6.6/tools/lib/bpf/ |
D | linker.c | 172 Elf64_Sym *sym, const char *sym_name, int src_sym_idx); 271 static Elf64_Sym *add_new_sym(struct bpf_linker *linker, size_t *sym_idx) in add_new_sym() 274 Elf64_Sym *syms, *sym; in add_new_sym() 298 Elf64_Sym *init_sym; in init_output_elf() 417 sec->shdr->sh_entsize = sizeof(Elf64_Sym); in init_output_elf() 766 Elf64_Sym *sym; in linker_sanity_check_elf_symtab() 769 if (sec->shdr->sh_entsize != sizeof(Elf64_Sym)) in linker_sanity_check_elf_symtab() 897 if (!sym_idx || sym_idx * sizeof(Elf64_Sym) >= sym_sec->shdr->sh_size) { in linker_sanity_check_elf_relos() 1224 Elf64_Sym *sym = symtab->data->d_buf; in linker_append_elf_syms() 1254 static Elf64_Sym *get_sym_by_idx(struct bpf_linker *linker, size_t sym_idx) in get_sym_by_idx() [all …]
|
D | libbpf.c | 696 static Elf64_Sym *elf_sym_by_idx(const struct bpf_object *obj, size_t idx); 816 Elf64_Sym *sym; in bpf_object__add_programs() 820 nr_syms = symbols->d_size / sizeof(Elf64_Sym); in bpf_object__add_programs() 1465 static Elf64_Sym *find_elf_var_sym(const struct bpf_object *obj, const char *name) in find_elf_var_sym() 1471 for (si = 0; si < symbols->d_size / sizeof(Elf64_Sym); si++) { in find_elf_var_sym() 1472 Elf64_Sym *sym = elf_sym_by_idx(obj, si); in find_elf_var_sym() 2957 Elf64_Sym *sym; in btf_fixup_datasec() 3317 static Elf64_Sym *elf_sym_by_idx(const struct bpf_object *obj, size_t idx) in elf_sym_by_idx() 3319 if (idx >= obj->efile.symbols->d_size / sizeof(Elf64_Sym)) in elf_sym_by_idx() 3322 return (Elf64_Sym *)obj->efile.symbols->d_buf + idx; in elf_sym_by_idx() [all …]
|
/Linux-v6.6/arch/alpha/kernel/ |
D | module.c | 95 nsyms = symtab->sh_size / sizeof(Elf64_Sym); in module_frob_arch_sections() 139 Elf64_Sym *symtab, *sym; in apply_relocate_add() 147 symtab = (Elf64_Sym *)sechdrs[symindex].sh_addr; in apply_relocate_add()
|
/Linux-v6.6/arch/x86/um/asm/ |
D | module.h | 19 #define Elf_Sym Elf64_Sym
|
/Linux-v6.6/tools/testing/selftests/sgx/ |
D | load.c | 140 Elf64_Sym *symtab; in encl_get_entry() 151 symtab = (Elf64_Sym *)((char *)encl->bin + sections[i].sh_offset); in encl_get_entry() 165 Elf64_Sym *sym = &symtab[i]; in encl_get_entry()
|
D | main.c | 41 Elf64_Sym *elf_symtab; 115 static Elf64_Sym *vdso_symtab_get(struct vdso_symtab *symtab, const char *name) in vdso_symtab_get() 120 Elf64_Sym *sym; in vdso_symtab_get() 178 Elf64_Sym *sgx_enter_enclave_sym = NULL; in setup_test_encl()
|
/Linux-v6.6/include/asm-generic/ |
D | module.h | 18 #define Elf_Sym Elf64_Sym
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | module.h | 26 Elf64_Sym *sym);
|
/Linux-v6.6/arch/mips/include/asm/ |
D | module.h | 58 #define Elf_Sym Elf64_Sym
|
/Linux-v6.6/tools/perf/util/ |
D | genelf.h | 66 #define Elf_Sym Elf64_Sym
|
/Linux-v6.6/arch/s390/boot/ |
D | startup.c | 106 Elf64_Sym *dynsym; in handle_relocs() 110 dynsym = (Elf64_Sym *) vmlinux.dynsym_start; in handle_relocs()
|
/Linux-v6.6/arch/x86/kernel/ |
D | module.c | 142 Elf64_Sym *sym; in __write_relocate_add() 159 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in __write_relocate_add()
|
D | machine_kexec_64.c | 393 Elf64_Sym *sym; in arch_kexec_apply_relocations_add()
|
/Linux-v6.6/scripts/mod/ |
D | modpost.h | 41 #define Elf_Sym Elf64_Sym
|
/Linux-v6.6/include/uapi/linux/ |
D | elf.h | 204 } Elf64_Sym; typedef
|
/Linux-v6.6/scripts/ |
D | insert-sys-cert.c | 46 #define Elf_Sym Elf64_Sym
|
D | sorttable.h | 56 # define Elf_Sym Elf64_Sym
|
D | recordmcount.h | 83 # define Elf_Sym Elf64_Sym
|
/Linux-v6.6/arch/parisc/kernel/ |
D | module.c | 654 Elf64_Sym *sym; in apply_relocate_add() 672 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
|
/Linux-v6.6/arch/ia64/kernel/ |
D | module.c | 619 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc() 834 ((Elf64_Sym *) sechdrs[symindex].sh_addr in apply_relocate_add()
|