Home
last modified time | relevance | path

Searched refs:FLG_RT_NODUMP (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h825 #define FLG_RT_NODUMP 0x00000080 /* object can't be dldump(3x)'ed */ macro
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c54 { MSG_ORIG(MSG_FLG_NODUMP), FLG_RT_NODUMP, FLG_RT_NODUMP},
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1685 if (FLAGS(lmp) & FLG_RT_NODUMP) { in dldump_core()
H A Delf.c2046 FLAGS(lmp) |= FLG_RT_NODUMP;