Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dcorectl.h88 #define CC_CONTENT_CTF 0x0800ULL /* CTF data */ macro
96 CC_CONTENT_RODATA | CC_CONTENT_ANON | CC_CONTENT_CTF | \
/titanic_50/usr/src/lib/libproc/common/
H A DPgcore.c623 if (!(pgc->pgc_content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB))) in count_sections()
632 if ((pgc->pgc_content & CC_CONTENT_CTF) && in count_sections()
760 if (!(pgc->pgc_content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB))) in dump_sections()
769 if ((pgc->pgc_content & CC_CONTENT_CTF) && in dump_sections()
H A DPcontrol.c3084 return (CC_CONTENT_TEXT | CC_CONTENT_DATA | CC_CONTENT_CTF); in Pcontent()
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c1552 if ((content & CC_CONTENT_CTF) == 0 || in process_scns()
1794 if (content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB)) { in elfcore()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1108 { (Word) CC_CONTENT_CTF, MSG_CC_CONTENT_CTF }, in conv_cnote_cc_content()