Home
last modified time | relevance | path

Searched refs:Elf64_Sym (Results 1 – 14 of 14) sorted by relevance

/trueos/lib/libelf/
HDgelf_sym.c44 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()
HDgelf.h49 typedef Elf64_Sym GElf_Sym; /* Symbol table entries */
HDelf_types.m4236 DEFINE_STRUCT(`Elf64_Sym',
/trueos/cddl/contrib/opensolaris/common/ctf/
HDctf_lookup.c195 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()
HDctf_open.c92 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/
HDdt_module.c136 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 …]
HDdt_link.c311 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/
HDctf_mod.c143 symsect.cts_entsize = sizeof (Elf64_Sym); in ctf_modopen()
/trueos/sys/xen/interface/
HDelfstructs.h293 } Elf64_Sym; typedef
504 #define Elf_Sym Elf64_Sym
HDlibelf.h56 Elf64_Sym e64;
/trueos/usr.bin/elfdump/
HDelfdump.c161 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/
HDelf64.h197 } Elf64_Sym; typedef
/trueos/sys/contrib/ia64/libuwx/src/
HDuwx_symbols.c277 Elf64_Sym sym64; in elf_read_symtab_section()
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h1388 struct Elf64_Sym { struct