Home
last modified time | relevance | path

Searched refs:DBG_E_LMID_BASE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddebug.c328 {MSG_ORIG(MSG_TOK_LMID_BASE), 0, DBG_E_LMID_BASE}, in process_lmid()
357 if (((tmp_db.d_extra & DBG_E_LMID_BASE) != 0) && in process_lmid()
358 ((dbp->d_extra & DBG_E_LMID_BASE) == 0) && in process_lmid()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h242 #define DBG_E_LMID_BASE 0x01000000 /* show BASE link-map list */ macro