Searched refs:sym_table (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c125 * Types of items found in sym_table[]. All items other than STE_STATIC
181 static sym_table_ent_t sym_table[ELFEDIT_CONST_NUM] = { variable
220 error "ELFEDIT_CONST_NUM has grown. Update sym_table[]"
344 * runtime initialization of sym_table.
359 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \
360 sym_table[_ndx].ste_conv_func.simple = _func;
361 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \
362 sym_table[_ndx].ste_conv_func.osabi = _func;
363 #define LC_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_MACH; \
364 sym_table[_nd
[all...]
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_module.c144 sip->sym_table = MDB_TGT_SYMTAB;
163 sip->sym_table = MDB_TGT_SYMTAB;
256 arg.sym_info.sym_table = kmc->kmc_symtab->gst_tabid;
H A Dkmdb_kvm.c949 sip->sym_table = MDB_TGT_PRVSYM;
960 sip->sym_table = MDB_TGT_SYMTAB;
1029 sip->sym_table = MDB_TGT_SYMTAB;
1058 arg.sym_info.sym_table = gst->gst_tabid;
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A Dtraverse.c148 Elf3264_Sym *sym_table; local
189 sym_table = (Elf3264_Sym *) sym_data->d_buf;
249 sym = sym_table + syminfo;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c613 sip->sym_table = MDB_TGT_DYNSYM;
627 sip->sym_table = MDB_TGT_DYNSYM;
726 sip->sym_table = MDB_TGT_PRVSYM;
728 sip->sym_table = MDB_TGT_DYNSYM;
762 arg.sym_info.sym_table = kpf->kpf_dynsym->gst_tabid;
H A Dmdb_target.h192 uint_t sym_table; /* Symbol table id (see symbol_iter, below) */ member in struct:mdb_syminfo
H A Dmdb_kvm.c870 sip->sym_table = MDB_TGT_SYMTAB;
964 sip->sym_table = MDB_TGT_PRVSYM;
966 sip->sym_table = MDB_TGT_SYMTAB;
968 sip->sym_table = MDB_TGT_SYMTAB;
998 arg.sym_info.sym_table = gst->gst_tabid;
H A Dmdb_proc.c2544 plp->pl_sip->sym_table = si.prs_table;
2568 plp->pl_sip->sym_table = si.prs_table;
2659 sip->sym_table = MDB_TGT_SYMTAB;
2665 sip->sym_table = MDB_TGT_DYNSYM;
2830 sip->sym_table = si.prs_table;
2980 ps.psym_info.sym_table = gst->gst_tabid;
H A Dmdb_nm.c457 ngs.ngs_si.sym_table = table;
H A Dmdb_target.c555 info.sym_table = MDB_TGT_PRVSYM;

Completed in 99 milliseconds