Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h90 #define CC_CONTENT_DEBUG 0x2000ULL /* debug information */ macro
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/
H A Dsecmapper.c56 { CC_CONTENT_DEBUG, ".debug_" }
299 if (sm->sm_debug && (secmap_content & CC_CONTENT_DEBUG) != 0 && in secmap_file_check()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c601 CC_CONTENT_DEBUG))) { in count_sections()
636 if ((pgc->pgc_content & CC_CONTENT_DEBUG) != 0) in count_sections()
788 CC_CONTENT_DEBUG))) { in dump_sections()
854 if ((pgc->pgc_content & CC_CONTENT_DEBUG) != 0 && in dump_sections()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1710 (CC_CONTENT_CTF | CC_CONTENT_SYMTAB | CC_CONTENT_DEBUG)) == 0) { in elf_process_obj_scns()
1747 } else if ((content & CC_CONTENT_DEBUG) != 0 && in elf_process_obj_scns()
1814 (content & CC_CONTENT_DEBUG) == 0) { in elf_process_obj_scns()
2118 if (content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB | CC_CONTENT_DEBUG)) in elfcore()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1093 #ifndef CC_CONTENT_DEBUG
1094 #define CC_CONTENT_DEBUG 0x2000ULL macro
1129 { (Word) CC_CONTENT_DEBUG, MSG_CC_CONTENT_DEBUG }, in conv_cnote_cc_content()