Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcorectl.h81 #define CC_CONTENT_RODATA 0x0040ULL /* read-only file mappings */ macro
96 CC_CONTENT_RODATA | CC_CONTENT_ANON | CC_CONTENT_CTF | \
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1103 { (Word) CC_CONTENT_RODATA, MSG_CC_CONTENT_RODATA }, in conv_cnote_cc_content()
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c894 if (!(pgc->pgc_content & CC_CONTENT_RODATA)) 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.c1997 if (!(content & CC_CONTENT_RODATA)) in elfcore()