/illumos-gate/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; 743 syms = (Elf32_Sym *) data->d_buf; 899 Elf32_Sym * syms, 913 Elf32_Sym *symtab_entry; 985 Elf32_Sym * syms, 993 Elf32_Sym *symtab_entry; 1072 Elf32_Sym * syms, 1080 Elf32_Sym *symtab_entry; 1182 Elf32_Sym *syms; 1210 syms = (Elf32_Sym *) dat [all...] |
/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 | 83 typedef Elf32_Sym ps_sym_t;
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
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,
|
H A D | truss.c | 189 la_symbind32(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcook, 231 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, 240 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, 282 la_pltexit(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie,
|
H A D | perfcnt.c | 176 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, 185 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcooke, 205 la_pltexit(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie,
|
H A D | who.c | 287 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, 296 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcooke,
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 190 if (sp->cts_entsize == sizeof (Elf32_Sym)) { 191 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx; 253 if (sp->cts_entsize == sizeof (Elf32_Sym)) { 254 const Elf32_Sym *symp = (Elf32_Sym *)sp->cts_data + symidx;
|
/illumos-gate/usr/src/cmd/sgs/prof/common/ |
H A D | symintHdr.h | 151 Elf32_Sym ps_sym; /* normal symbol entry */
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 74 const Elf32_Sym *sym = dmp->dm_symtab.cts_data; 141 Elf32_Sym *lhs = *((Elf32_Sym **)lp); 142 Elf32_Sym *rhs = *((Elf32_Sym **)rp); 194 Elf32_Sym *symtab = (Elf32_Sym *)dmp->dm_symtab.cts_data; 195 Elf32_Sym **sympp = (Elf32_Sym **)dmp->dm_asmap; 200 Elf32_Sym *sy [all...] |
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 148 Elf32_Sym *sym; /* buffer storing one symbol information */ 149 Elf32_Sym *sym_end; /* end of symbol table */ 203 sizeof (Elf32_Sym)), ELF_T_SYM)) == 0) { 239 sym = (Elf32_Sym *) (symdata->d_buf); 240 sym_end = sym + symdata->d_size / sizeof (Elf32_Sym);
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.h | 86 Elf32_Sym ds_s32; /* 32-bit native symbol data */
|
H A D | mdb_gelf.c | 853 Elf32_Sym *lhs = *((Elf32_Sym **)lp); 854 Elf32_Sym *rhs = *((Elf32_Sym **)rp); 904 Elf32_Sym **sympp = (Elf32_Sym **)gst->gst_asmap; 910 Elf32_Sym *sym = MDB_NV_COOKIE(v); 916 gst->gst_aslen = (size_t)(sympp - (Elf32_Sym **)gst->gst_asmap); 922 sizeof (Elf32_Sym *), gelf32_sym_compare); 935 Elf32_Sym *sy [all...] |
/illumos-gate/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 145 symsect.cts_entsize = sizeof (Elf32_Sym);
|
/illumos-gate/usr/src/lib/libproc/i386/ |
H A D | Pisadep.c | 69 Elf32_Sym *symp = &(((Elf32_Sym *)data->d_buf)[i]);
|
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | tnfctl.h | 58 typedef Elf32_Sym Elf3264_Sym;
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 128 Elf32_Sym; typedef in typeref:struct:__anon2186
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 480 la_symbind32(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcook, 562 la_sparcv8_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, 571 la_i86_pltenter(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie, 715 la_pltexit(Elf32_Sym *symp, uint_t symndx, uintptr_t *refcookie,
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_elf_access.c | 609 Elf32_Sym sym_buf; 610 Elf32_Sym *sym = 0; 612 Elf32_Sym *sym32 = 0; 629 sym32 = &((Elf32_Sym*)section_data)[sym_idx]; 631 /* Convert Elf32_Sym struct to Elf64_Sym struct. We point at
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | machelf.h | 125 typedef Elf32_Sym Sym;
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 202 } Elf32_Sym; typedef in typeref:struct:__anon418
|
/illumos-gate/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 74 Elf32_Sym *symp = &(((Elf32_Sym *)data->d_buf)[i]);
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | ps.c | 53 gelf_sym_to_elf32(GElf_Sym *src, Elf32_Sym *dst) 293 gelf_sym_to_elf32(&gsym, (Elf32_Sym *)symp);
|