Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Ddebug.c174 return ((dbg_desc->d_extra & DBG_E_LMID_LDSO) != 0); in dbg_lmid_validate()
194 (DBG_E_LMID_LDSO | DBG_E_LMID_ALT)) == 0); in dbg_lmid_validate()
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Ddebug.c329 {MSG_ORIG(MSG_TOK_LMID_LDSO), 0, DBG_E_LMID_LDSO}, in process_lmid()
/titanic_41/usr/src/cmd/sgs/include/
H A Ddebug.h237 #define DBG_E_LMID_LDSO 0x00200000 /* show ldso link-map list */ macro