Home
last modified time | relevance | path

Searched refs:MDB_FL_SHOWLMID (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c178 { "showlmid", opt_set_mflags, MDB_FL_SHOWLMID }, in mdb_set_options()
320 if (mdb.m_flags & MDB_FL_SHOWLMID) in print_properties()
H A Dmdb.h84 #define MDB_FL_SHOWLMID 0x000020 /* Show link map id with symbol names */ macro
H A Dmdb_proc.c2981 (mdb.m_flags & MDB_FL_SHOWLMID))) { in pt_lookup_by_addr()
3113 (mdb.m_flags & MDB_FL_SHOWLMID))) { in pt_prmap_to_mdbmap()