Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c173 { "showlmid", opt_set_mflags, MDB_FL_SHOWLMID }, in mdb_set_options()
306 if (mdb.m_flags & MDB_FL_SHOWLMID) in print_properties()
H A Dmdb.h84 #define MDB_FL_SHOWLMID 0x00020 /* Always show link map id with symbol names */ macro
H A Dmdb_proc.c2910 (mdb.m_flags & MDB_FL_SHOWLMID))) { in pt_lookup_by_addr()
3042 (mdb.m_flags & MDB_FL_SHOWLMID))) { in pt_prmap_to_mdbmap()