Home
last modified time | relevance | path

Searched refs:CC_CONTENT_HEAP (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dcorectl.h72 #define CC_CONTENT_HEAP 0x0002ULL /* process heap */ macro
93 #define CC_CONTENT_DEFAULT (CC_CONTENT_STACK | CC_CONTENT_HEAP | \
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1098 { (Word) CC_CONTENT_HEAP, MSG_CC_CONTENT_HEAP }, in conv_cnote_cc_content()
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c860 if (!(pgc->pgc_content & CC_CONTENT_HEAP)) in dump_map()
H A DPcore.c2311 core_info->core_content = CC_CONTENT_STACK | CC_CONTENT_HEAP | in Pfgrab_core()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c1956 if (!(content & CC_CONTENT_HEAP)) in elfcore()