Home
last modified time | relevance | path

Searched refs:CC_CONTENT_ANON (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dcorectl.h82 #define CC_CONTENT_ANON 0x0080ULL /* anonymous mappings (MAP_ANON) */ macro
96 CC_CONTENT_RODATA | CC_CONTENT_ANON | CC_CONTENT_CTF | \
/titanic_41/usr/src/cmd/ptools/pldd/
H A Dpldd.c48 core_content_t content = CC_CONTENT_DATA | CC_CONTENT_ANON; in main()
/titanic_41/usr/src/cmd/ptools/pstack/
H A Dpstack.c157 core_content_t content = CC_CONTENT_DATA | CC_CONTENT_ANON | in main()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1104 { (Word) CC_CONTENT_ANON, MSG_CC_CONTENT_ANON }, in conv_cnote_cc_content()
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c886 if (!(pgc->pgc_content & CC_CONTENT_ANON)) in dump_map()
H A DPcore.c2312 CC_CONTENT_DATA | CC_CONTENT_RODATA | CC_CONTENT_ANON | in Pfgrab_core()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c1989 if (!(content & CC_CONTENT_ANON)) in elfcore()