Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h81 #define CC_CONTENT_RODATA 0x0040ULL /* read-only file mappings */ macro
97 CC_CONTENT_RODATA | CC_CONTENT_ANON | CC_CONTENT_CTF | \
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1122 { (Word) CC_CONTENT_RODATA, MSG_CC_CONTENT_RODATA }, in conv_cnote_cc_content()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c929 if (!(pgc->pgc_content & CC_CONTENT_RODATA)) in dump_map()
H A DPcore.c2433 CC_CONTENT_DATA | CC_CONTENT_RODATA | CC_CONTENT_ANON |
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2340 if (!(content & CC_CONTENT_RODATA)) in elfcore()