/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 193 if (sp->cts_entsize == sizeof (Elf32_Sym)) { in ctf_lookup_by_symbol() 194 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; in ctf_lookup_by_symbol() 256 if (sp->cts_entsize == sizeof (Elf32_Sym)) { in ctf_func_info() 257 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; in ctf_func_info()
|
H A D | ctf_types.c | 1202 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_object_iter() 1203 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_object_iter() 1257 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_function_iter() 1258 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_function_iter() 1318 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_symbol_name() 1319 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx; in ctf_symbol_name()
|
H A D | ctf_create.c | 396 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_update() 397 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_update() 597 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_update() 598 const Elf32_Sym *symp = (Elf32_Sym *)symbase + i; in ctf_update() 2017 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_add_function() 2018 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx; in ctf_add_function() 2084 if (fp->ctf_symtab.cts_entsize == sizeof (Elf32_Sym)) { in ctf_add_object() 2085 const Elf32_Sym *symp = (Elf32_Sym *)symbase + idx; in ctf_add_object()
|
/illumos-gate/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 | 82 typedef Elf32_Sym ps_sym_t;
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | truss.c | 192 la_symbind32(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcook, in la_symbind64() 233 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_sparcv9_pltenter() 242 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_sparcv9_pltenter() 284 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()
|
H A D | bindings.c | 365 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcooke, in la_sparcv9_pltenter() 374 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcooke, in la_sparcv9_pltenter()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 73 const Elf32_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit32() 140 Elf32_Sym *lhs = *((Elf32_Sym **)lp); in dt_module_symcomp32() 141 Elf32_Sym *rhs = *((Elf32_Sym **)rp); in dt_module_symcomp32() 193 Elf32_Sym *symtab = (Elf32_Sym *)dmp->dm_symtab.cts_data; in dt_module_symsort32() 194 Elf32_Sym **sympp = (Elf32_Sym **)dmp->dm_asmap; in dt_module_symsort32() 199 Elf32_Sym *sym = symtab + dsp->ds_symid; in dt_module_symsort32() 205 dmp->dm_aslen = (uint_t)(sympp - (Elf32_Sym **)dmp->dm_asmap); in dt_module_symsort32() 210 sizeof (Elf32_Sym *), dt_module_symcomp32); in dt_module_symsort32() 239 dt_module_symgelf32(const Elf32_Sym *src, GElf_Sym *dst) in dt_module_symgelf32() 266 const Elf32_Sym *symtab = dmp->dm_symtab.cts_data; in dt_module_symname32() [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()
|
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.h | 116 Elf32_Sym *dsym_tab; 125 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 *) data->d_buf; in print_symtab()
|
/illumos-gate/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 *sym = gst->gst_dsect->gs_data; in gelf32_symtab_init() 942 if (gst->gst_dsect->gs_shdr.sh_entsize != sizeof (Elf32_Sym)) { in gelf32_symtab_init() 946 (uint_t)sizeof (Elf32_Sym)); in gelf32_symtab_init() 947 gst->gst_dsect->gs_shdr.sh_entsize = sizeof (Elf32_Sym); in gelf32_symtab_init() [all …]
|
H A D | mdb_gelf.h | 84 Elf32_Sym ds_s32; /* 32-bit native symbol data */
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 478 la_symbind32(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcook, in la_symbind64() 560 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_sparcv9_pltenter() 569 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_sparcv9_pltenter() 713 la_pltexit(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, in la_pltexit64()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libproc/i386/ |
H A D | Pisadep.c | 70 Elf32_Sym *symp = &(((Elf32_Sym *)data->d_buf)[i]); in Ppltdest()
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/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()
|
/illumos-gate/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 74 Elf32_Sym *symp = &(((Elf32_Sym *)data->d_buf)[i]); in Ppltdest()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_access.c | 696 Elf32_Sym sym_buf; in update_entry() 697 Elf32_Sym *sym = 0; in update_entry() 699 Elf32_Sym *sym32 = 0; in update_entry() 735 sym32 = &((Elf32_Sym*)symtab_section_data)[sym_idx]; in update_entry()
|
/illumos-gate/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 152 symsect.cts_entsize = sizeof (Elf32_Sym); in ctf_modopen()
|