Home
last modified time | relevance | path

Searched refs:sym_table (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c183 static sym_table_ent_t sym_table[ELFEDIT_CONST_NUM] = { variable
364 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \ in init_libconv_strings()
365 sym_table[_ndx].ste_conv_func.simple = _func; in init_libconv_strings()
366 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \ in init_libconv_strings()
367 sym_table[_ndx].ste_conv_func.osabi = _func; in init_libconv_strings()
368 #define LC_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_MACH; \ in init_libconv_strings()
369 sym_table[_ndx].ste_conv_func.mach = _func; in init_libconv_strings()
370 #define LC_OS_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS_MACH; \ in init_libconv_strings()
371 sym_table[_ndx].ste_conv_func.osabi_mach = _func; in init_libconv_strings()
468 for (i = 0, sym = sym_table; in invalidate_libconv_strings()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_module.c142 sip->sym_table = MDB_TGT_SYMTAB; in kmdb_module_lookup_by_addr()
161 sip->sym_table = MDB_TGT_SYMTAB; in kmdb_module_lookup_by_name()
254 arg.sym_info.sym_table = kmc->kmc_symtab->gst_tabid; in kmdb_module_symbol_iter()
H A Dkmdb_kvm.c973 sip->sym_table = MDB_TGT_PRVSYM; in kmt_lookup_by_addr()
984 sip->sym_table = MDB_TGT_SYMTAB; in kmt_lookup_by_addr()
1053 sip->sym_table = MDB_TGT_SYMTAB; in kmt_lookup_by_name()
1082 arg.sym_info.sym_table = gst->gst_tabid; in kmt_symtab_iter()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c615 sip->sym_table = MDB_TGT_DYNSYM; in kp_lookup_by_name()
629 sip->sym_table = MDB_TGT_DYNSYM; in kp_lookup_by_name()
728 sip->sym_table = MDB_TGT_PRVSYM; in kp_lookup_by_addr()
730 sip->sym_table = MDB_TGT_DYNSYM; in kp_lookup_by_addr()
764 arg.sym_info.sym_table = kpf->kpf_dynsym->gst_tabid; in kp_symtab_iter()
H A Dmdb_kvm.c909 sip->sym_table = MDB_TGT_SYMTAB; in kt_lookup_by_name()
1003 sip->sym_table = MDB_TGT_PRVSYM; in kt_lookup_by_addr()
1005 sip->sym_table = MDB_TGT_SYMTAB; in kt_lookup_by_addr()
1007 sip->sym_table = MDB_TGT_SYMTAB; in kt_lookup_by_addr()
1037 arg.sym_info.sym_table = gst->gst_tabid; in kt_symtab_iter()
H A Dmdb_target.h197 uint_t sym_table; /* Symbol table id (see symbol_iter, below) */ member
H A Dmdb_modapi.h185 uint_t sym_table; /* symbol table id */ member
H A Dmdb_modapi.c1054 sym.sym_table = sip->sym_table; in mdb_symbol_cb()
H A Dmdb_nm.c461 ngs.ngs_si.sym_table = table; in nm_gelf_symtab_iter()
H A Dmdb_proc.c2706 plp->pl_sip->sym_table = si.prs_table; in pt_lookup_cb()
2730 plp->pl_sip->sym_table = si.prs_table; in pt_lookup_cb()
2821 sip->sym_table = MDB_TGT_SYMTAB; in pt_lookup_by_name_thr()
2827 sip->sym_table = MDB_TGT_DYNSYM; in pt_lookup_by_name_thr()
2992 sip->sym_table = si.prs_table; in pt_lookup_by_addr()
3142 ps.psym_info.sym_table = gst->gst_tabid; in pt_symbol_iter()
H A Dmdb_target.c561 info.sym_table = MDB_TGT_PRVSYM; in mdb_tgt_lookup_by_name()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_bhyve.c1267 sip->sym_table = MDB_TGT_PRVSYM; in bhyve_lookup_by_name()
1286 sip->sym_table = MDB_TGT_PRVSYM; in bhyve_lookup_by_addr()