Searched refs:Elf64_Sym (Results 1 – 14 of 14) sorted by relevance
| /trueos/lib/libelf/ |
| HD | gelf_sym.c | 44 Elf64_Sym *sym64; in gelf_getsym() 90 sym64 = (Elf64_Sym *) d->d_buf + ndx; in gelf_getsym() 105 Elf64_Sym *sym64; in gelf_update_sym() 148 sym64 = (Elf64_Sym *) d->d_buf + ndx; in gelf_update_sym()
|
| HD | gelf.h | 49 typedef Elf64_Sym GElf_Sym; /* Symbol table entries */
|
| HD | elf_types.m4 | 236 DEFINE_STRUCT(`Elf64_Sym',
|
| /trueos/cddl/contrib/opensolaris/common/ctf/ |
| HD | ctf_lookup.c | 195 const Elf64_Sym *symp = (Elf64_Sym *)sp->cts_data + symidx; in ctf_lookup_by_symbol() 258 const Elf64_Sym *symp = (Elf64_Sym *)sp->cts_data + symidx; in ctf_func_info()
|
| HD | ctf_open.c | 92 static Elf64_Sym * 93 sym_to_gelf(const Elf32_Sym *src, Elf64_Sym *dst) in sym_to_gelf() 122 Elf64_Sym sym, *gsp; in init_symtab() 136 gsp = (Elf64_Sym *)(uintptr_t)symp; in init_symtab() 558 symsect->cts_entsize != sizeof (Elf64_Sym)) in ctf_bufopen() 775 if (symsect->cts_entsize == sizeof (Elf64_Sym)) in ctf_bufopen()
|
| /trueos/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_module.c | 136 Elf64_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit64() 215 Elf64_Sym *lhs = *((Elf64_Sym **)lp); in dt_module_symcomp64() 216 Elf64_Sym *rhs = *((Elf64_Sym **)rp); in dt_module_symcomp64() 263 Elf64_Sym *symtab = (Elf64_Sym *)dmp->dm_symtab.cts_data; in dt_module_symsort64() 264 Elf64_Sym **sympp = (Elf64_Sym **)dmp->dm_asmap; in dt_module_symsort64() 269 Elf64_Sym *sym = symtab + dsp->ds_symid; in dt_module_symsort64() 275 dmp->dm_aslen = (uint_t)(sympp - (Elf64_Sym **)dmp->dm_asmap); in dt_module_symsort64() 280 sizeof (Elf64_Sym *), dt_module_symcomp64); in dt_module_symsort64() 300 dt_module_symgelf64(const Elf64_Sym *src, GElf_Sym *dst) in dt_module_symgelf64() 342 const Elf64_Sym *symtab = dmp->dm_symtab.cts_data; in dt_module_symname64() [all …]
|
| HD | dt_link.c | 311 Elf64_Sym *de_sym; 330 Elf64_Sym *sym; in prepare_elf64() 375 if ((dep->de_sym = calloc(dep->de_nsym, sizeof (Elf64_Sym))) == NULL) { in prepare_elf64() 396 bzero(sym, sizeof (Elf64_Sym)); in prepare_elf64() 736 shp->sh_entsize = sizeof (Elf64_Sym); in dump_elf64() 740 shp->sh_size = de.de_nsym * sizeof (Elf64_Sym); in dump_elf64() 1249 symsize = sizeof (Elf64_Sym); in process_obj()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
| HD | ctf_mod.c | 143 symsect.cts_entsize = sizeof (Elf64_Sym); in ctf_modopen()
|
| /trueos/sys/xen/interface/ |
| HD | elfstructs.h | 293 } Elf64_Sym; typedef 504 #define Elf_Sym Elf64_Sym
|
| HD | libelf.h | 56 Elf64_Sym e64;
|
| /trueos/usr.bin/elfdump/ |
| HD | elfdump.c | 161 offsetof(Elf64_Sym, st_name), offsetof(Elf64_Sym, st_value), 162 offsetof(Elf64_Sym, st_size), offsetof(Elf64_Sym, st_info), 163 offsetof(Elf64_Sym, st_shndx),
|
| /trueos/sys/sys/ |
| HD | elf64.h | 197 } Elf64_Sym; typedef
|
| /trueos/sys/contrib/ia64/libuwx/src/ |
| HD | uwx_symbols.c | 277 Elf64_Sym sym64; in elf_read_symtab_section()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 1388 struct Elf64_Sym { struct
|