Home
last modified time | relevance | path

Searched refs:MDB_TGT_DYNSYM (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c209 MDB_TGT_DYNSYM); in kp_file_create()
615 sip->sym_table = MDB_TGT_DYNSYM; in kp_lookup_by_name()
629 sip->sym_table = MDB_TGT_DYNSYM; in kp_lookup_by_name()
730 sip->sym_table = MDB_TGT_DYNSYM; in kp_lookup_by_addr()
H A Dmdb_target.h236 #define MDB_TGT_DYNSYM 2 /* Dynamic symbol table (.dynsym) */ macro
H A Dmdb_kvm.c1041 if (which == MDB_TGT_DYNSYM) { in kt_symbol_iter()
1465 mdb_gelf_symtab_create_file(kt->k_file, SHT_DYNSYM, MDB_TGT_DYNSYM); in mdb_kvm_tgt_create()
H A Dmdb_nm.c693 which = MDB_TGT_DYNSYM; in cmd_nm()
H A Dmdb_target.c644 if ((which != MDB_TGT_SYMTAB && which != MDB_TGT_DYNSYM) || in mdb_tgt_symbol_iter()
H A Dmdb_proc.c171 SHT_DYNSYM, MDB_TGT_DYNSYM); in pt_open_aout()
2775 sip->sym_table = MDB_TGT_DYNSYM; in pt_lookup_by_name_thr()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1078 if (which == MDB_TGT_DYNSYM) in kmt_symbol_iter()