Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c181 static sym_table_ent_t sym_table[ELFEDIT_CONST_NUM] = { variable
359 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \ in init_libconv_strings()
360 sym_table[_ndx].ste_conv_func.simple = _func; in init_libconv_strings()
361 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \ in init_libconv_strings()
362 sym_table[_ndx].ste_conv_func.osabi = _func; in init_libconv_strings()
363 #define LC_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_MACH; \ in init_libconv_strings()
364 sym_table[_ndx].ste_conv_func.mach = _func; in init_libconv_strings()
365 #define LC_OS_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS_MACH; \ in init_libconv_strings()
366 sym_table[_ndx].ste_conv_func.osabi_mach = _func; in init_libconv_strings()
462 for (i = 0, sym = sym_table; in invalidate_libconv_strings()
[all …]
/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_module.c144 sip->sym_table = MDB_TGT_SYMTAB; in kmdb_module_lookup_by_addr()
163 sip->sym_table = MDB_TGT_SYMTAB; in kmdb_module_lookup_by_name()
256 arg.sym_info.sym_table = kmc->kmc_symtab->gst_tabid; in kmdb_module_symbol_iter()
H A Dkmdb_kvm.c955 sip->sym_table = MDB_TGT_PRVSYM; in kmt_lookup_by_addr()
966 sip->sym_table = MDB_TGT_SYMTAB; in kmt_lookup_by_addr()
1035 sip->sym_table = MDB_TGT_SYMTAB; in kmt_lookup_by_name()
1064 arg.sym_info.sym_table = gst->gst_tabid; in kmt_symtab_iter()
/titanic_41/usr/src/lib/libtnfctl/
H A Dtraverse.c148 Elf3264_Sym *sym_table; in _tnfctl_traverse_rela() local
189 sym_table = (Elf3264_Sym *) sym_data->d_buf; in _tnfctl_traverse_rela()
249 sym = sym_table + syminfo; in _tnfctl_traverse_rela()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c613 sip->sym_table = MDB_TGT_DYNSYM; in kp_lookup_by_name()
627 sip->sym_table = MDB_TGT_DYNSYM; in kp_lookup_by_name()
726 sip->sym_table = MDB_TGT_PRVSYM; in kp_lookup_by_addr()
728 sip->sym_table = MDB_TGT_DYNSYM; in kp_lookup_by_addr()
762 arg.sym_info.sym_table = kpf->kpf_dynsym->gst_tabid; in kp_symtab_iter()
H A Dmdb_kvm.c874 sip->sym_table = MDB_TGT_SYMTAB; in kt_lookup_by_name()
968 sip->sym_table = MDB_TGT_PRVSYM; in kt_lookup_by_addr()
970 sip->sym_table = MDB_TGT_SYMTAB; in kt_lookup_by_addr()
972 sip->sym_table = MDB_TGT_SYMTAB; in kt_lookup_by_addr()
1002 arg.sym_info.sym_table = gst->gst_tabid; in kt_symtab_iter()
H A Dmdb_target.h190 uint_t sym_table; /* Symbol table id (see symbol_iter, below) */ member
H A Dmdb_modapi.h187 uint_t sym_table; /* symbol table id */ member
H A Dmdb_modapi.c865 sym.sym_table = sip->sym_table; in mdb_symbol_cb()
H A Dmdb_proc.c2583 plp->pl_sip->sym_table = si.prs_table; in pt_lookup_cb()
2607 plp->pl_sip->sym_table = si.prs_table; in pt_lookup_cb()
2698 sip->sym_table = MDB_TGT_SYMTAB; in pt_lookup_by_name_thr()
2704 sip->sym_table = MDB_TGT_DYNSYM; in pt_lookup_by_name_thr()
2869 sip->sym_table = si.prs_table; in pt_lookup_by_addr()
3019 ps.psym_info.sym_table = gst->gst_tabid; in pt_symbol_iter()
H A Dmdb_nm.c457 ngs.ngs_si.sym_table = table; in nm_gelf_symtab_iter()
H A Dmdb_target.c555 info.sym_table = MDB_TGT_PRVSYM; in mdb_tgt_lookup_by_name()