Searched refs:Elf64_Sym (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_sym.c | 45 Elf64_Sym *sym64; in gelf_getsym() 90 sym64 = (Elf64_Sym *) d->d_data.d_buf + ndx; in gelf_getsym() 107 Elf64_Sym *sym64; in gelf_update_sym() 153 sym64 = (Elf64_Sym *) d->d_data.d_buf + ndx; in gelf_update_sym()
|
H A D | gelf.h | 47 typedef Elf64_Sym GElf_Sym; /* Symbol table entries */
|
H A D | elf_types.m4 | 230 DEFINE_STRUCT(`Elf64_Sym',
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_module.c | 138 Elf64_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit64() 217 Elf64_Sym *lhs = *((Elf64_Sym **)lp); in dt_module_symcomp64() 218 Elf64_Sym *rhs = *((Elf64_Sym **)rp); in dt_module_symcomp64() 265 Elf64_Sym *symtab = (Elf64_Sym *)dmp->dm_symtab.cts_data; in dt_module_symsort64() 266 Elf64_Sym **sympp = (Elf64_Sym **)dmp->dm_asmap; in dt_module_symsort64() 271 Elf64_Sym *sy in dt_module_symsort64() [all...] |
H A D | dt_link.c | 280 Elf64_Sym *de_sym; 299 Elf64_Sym *sym; in prepare_elf64() 344 if ((dep->de_sym = calloc(dep->de_nsym, sizeof (Elf64_Sym))) == NULL) { in prepare_elf64() 365 bzero(sym, sizeof (Elf64_Sym)); in prepare_elf64() 722 shp->sh_entsize = sizeof (Elf64_Sym); in dump_elf64() 726 shp->sh_size = de.de_nsym * sizeof (Elf64_Sym); in dump_elf64() 1255 symsize = sizeof (Elf64_Sym); in process_obj()
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_lookup.c | 198 const Elf64_Sym *symp = (Elf64_Sym *)sp->cts_data + symidx; in ctf_lookup_by_symbol() 267 const Elf64_Sym *symp = (Elf64_Sym *)sp->cts_data + symidx; in ctf_func_info()
|
H A D | ctf_open.c | 230 static Elf64_Sym * 231 sym_to_gelf(const Elf32_Sym *src, Elf64_Sym *dst) in sym_to_gelf() 261 Elf64_Sym sym, *gsp; in init_symtab() 275 gsp = (Elf64_Sym *)(uintptr_t)symp; in init_symtab() 732 symsect->cts_entsize != sizeof (Elf64_Sym)) in ctf_bufopen() 935 if (symsect->cts_entsize == sizeof (Elf64_Sym)) in ctf_bufopen()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | symbols.c | 49 Elf64_Sym *l64; /* 64bit local symbol */ 50 Elf64_Sym *g64; /* 64bit global symbol */ 972 (ecp->oec == ELFCLASS32 ? sizeof(Elf32_Sym) : sizeof(Elf64_Sym)); in add_to_symtab() 1050 sizeof(Elf64_Sym); in create_symtab_data() 1071 sizeof(Elf64_Sym); in create_symtab_data() 1074 sizeof(Elf64_Sym); in create_symtab_data()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
H A D | ctf_mod.c | 143 symsect.cts_entsize = sizeof (Elf64_Sym); in ctf_modopen()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 162 offsetof(Elf64_Sym, st_name), offsetof(Elf64_Sym, st_value), 163 offsetof(Elf64_Sym, st_size), offsetof(Elf64_Sym, st_info), 164 offsetof(Elf64_Sym, st_shndx),
|
/freebsd/sys/sys/ |
H A D | elf64.h | 211 } Elf64_Sym; typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1291 struct Elf64_Sym { struct
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 2802 } Elf64_Sym; typedef
|