/titanic_51/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 190 if (sp->cts_entsize == sizeof (Elf32_Sym)) { in ctf_lookup_by_symbol() 191 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; in ctf_lookup_by_symbol() 253 if (sp->cts_entsize == sizeof (Elf32_Sym)) { in ctf_func_info() 254 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; in ctf_func_info()
|
H A D | ctf_types.c | 1092 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_object_iter() 1093 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_object_iter() 1147 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_function_iter() 1148 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_function_iter() 1208 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_symbol_name() 1209 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx; in ctf_symbol_name()
|
H A D | ctf_create.c | 386 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_update() 387 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_update() 587 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_update() 588 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_update() 1995 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_add_function() 1996 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx; in ctf_add_function() 2062 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_add_object() [all...] |
/titanic_51/usr/src/head/ |
H A D | link.h | 226 extern uintptr_t la_symbind32(Elf32_Sym *, uint_t, uintptr_t *, 228 extern uintptr_t la_sparcv8_pltenter(Elf32_Sym *, uint_t, uintptr_t *, 230 extern uintptr_t la_i86_pltenter(Elf32_Sym *, uint_t, uintptr_t *, 232 extern uintptr_t la_pltexit(Elf32_Sym *, uint_t, uintptr_t *,
|
H A D | proc_service.h | 83 typedef Elf32_Sym ps_sym_t;
|
/titanic_51/usr/src/cmd/sgs/link_audit/common/ |
H A D | truss.c | 189 la_symbind32(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcook, in la_symbind64() 231 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_sparcv9_pltenter() 240 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_sparcv9_pltenter() 282 la_pltexit(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_pltexit64()
|
H A D | perfcnt.c | 176 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_sparcv9_pltenter() 185 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcooke, in la_sparcv9_pltenter() 205 la_pltexit(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_pltexit64()
|
H A D | who.h | 43 #define Elf_Sym Elf32_Sym
|
H A D | symbindrep.c | 94 la_symbind32(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcook, in la_symbind64()
|
H A D | who.c | 287 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_sparcv9_pltenter() 296 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcooke, in la_sparcv9_pltenter()
|
/titanic_51/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.h | 118 Elf32_Sym *dsym_tab; 127 Elf32_Sym *sym_tab;
|
H A D | static_prof.c | 714 Elf32_Sym *syms; in find_symtabs() 743 syms = (Elf32_Sym *) data->d_buf; in find_symtabs() 899 Elf32_Sym * syms, in scan_archive_symbols() 913 Elf32_Sym *symtab_entry; in scan_archive_symbols() 985 Elf32_Sym * syms, in scan_symbols() 993 Elf32_Sym *symtab_entry; in scan_symbols() 1072 Elf32_Sym * syms, in bind_symbols() 1080 Elf32_Sym *symtab_entry; in bind_symbols() 1182 Elf32_Sym *syms; in print_symtab() 1210 syms = (Elf32_Sym *) dat in print_symtab() [all...] |
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 74 const Elf32_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit32() 141 Elf32_Sym *lhs = *((Elf32_Sym **)lp); in dt_module_symcomp32() 142 Elf32_Sym *rhs = *((Elf32_Sym **)rp); in dt_module_symcomp32() 194 Elf32_Sym *symtab = (Elf32_Sym *)dmp->dm_symtab.cts_data; in dt_module_symsort32() 195 Elf32_Sym **sympp = (Elf32_Sym **)dmp->dm_asmap; in dt_module_symsort32() 200 Elf32_Sym *sy in dt_module_symsort32() [all...] |
H A D | dt_link.c | 101 Elf32_Sym *de_sym; /* array of symbols */ 118 Elf32_Sym *sym; in prepare_elf32() 167 if ((dep->de_sym = calloc(dep->de_nsym, sizeof (Elf32_Sym))) == NULL) { in prepare_elf32() 188 bzero(sym, sizeof (Elf32_Sym)); in prepare_elf32() 532 shp->sh_entsize = sizeof (Elf32_Sym); in dump_elf32() 536 shp->sh_size = de.de_nsym * sizeof (Elf32_Sym); in dump_elf32() 1077 symsize = sizeof (Elf32_Sym); in process_obj()
|
/titanic_51/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 148 Elf32_Sym *sym; /* buffer storing one symbol information */ in _elf_nlist() 149 Elf32_Sym *sym_end; /* end of symbol table */ in _elf_nlist() 203 sizeof (Elf32_Sym)), ELF_T_SYM)) == 0) { in _elf_nlist() 239 sym = (Elf32_Sym *) (symdata->d_buf); in _elf_nlist() 240 sym_end = sym + symdata->d_size / sizeof (Elf32_Sym); in _elf_nlist()
|
/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 853 Elf32_Sym *lhs = *((Elf32_Sym **)lp); in gelf32_sym_compare() 854 Elf32_Sym *rhs = *((Elf32_Sym **)rp); in gelf32_sym_compare() 904 Elf32_Sym **sympp = (Elf32_Sym **)gst->gst_asmap; in gelf32_symtab_sort() 910 Elf32_Sym *sym = MDB_NV_COOKIE(v); in gelf32_symtab_sort() 916 gst->gst_aslen = (size_t)(sympp - (Elf32_Sym **)gst->gst_asmap); in gelf32_symtab_sort() 922 sizeof (Elf32_Sym *), gelf32_sym_compare); in gelf32_symtab_sort() 935 Elf32_Sym *sy in gelf32_symtab_init() [all...] |
H A D | mdb_gelf.h | 86 Elf32_Sym ds_s32; /* 32-bit native symbol data */
|
/titanic_51/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 480 la_symbind32(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcook, in la_symbind64() 562 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_sparcv9_pltenter() 571 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_sparcv9_pltenter() 715 la_pltexit(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_pltexit64()
|
/titanic_51/usr/src/lib/libproc/i386/ |
H A D | Pisadep.c | 69 Elf32_Sym *symp = &(((Elf32_Sym *)data->d_buf)[i]); in Ppltdest()
|
/titanic_51/usr/src/cmd/sgs/prof/common/ |
H A D | symintHdr.h | 151 Elf32_Sym ps_sym; /* normal symbol entry */
|
/titanic_51/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 478 entsize = sizeof (Elf32_Sym); in gelf_getsym() 492 Elf32_Sym *s; in gelf_getsym() 493 s = &(((Elf32_Sym *)data->d_buf)[ndx]); in gelf_getsym() 520 entsize = sizeof (Elf32_Sym); in gelf_update_sym() 534 Elf32_Sym * d; in gelf_update_sym() 536 d = &(((Elf32_Sym *)dst->d_buf)[ndx]); in gelf_update_sym()
|
/titanic_51/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_access.c | 609 Elf32_Sym sym_buf; in update_entry() 610 Elf32_Sym *sym = 0; in update_entry() 612 Elf32_Sym *sym32 = 0; in update_entry() 629 sym32 = &((Elf32_Sym*)section_data)[sym_idx]; in update_entry() 631 /* Convert Elf32_Sym struct to Elf64_Sym struct. We point at in update_entry()
|
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | ps.c | 53 gelf_sym_to_elf32(GElf_Sym *src, Elf32_Sym *dst) in gelf_sym_to_elf32() 293 gelf_sym_to_elf32(&gsym, (Elf32_Sym *)symp); in ps_pglobal_sym()
|
/titanic_51/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 74 Elf32_Sym *symp = &(((Elf32_Sym *)data->d_buf)[i]); in Ppltdest()
|
/titanic_51/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 152 symsect.cts_entsize = sizeof (Elf32_Sym); in ctf_modopen()
|