Home
last modified time | relevance | path

Searched refs:CC_CONTENT_SYMTAB (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dcorectl.h89 #define CC_CONTENT_SYMTAB 0x1000ULL /* symbol table */ macro
97 CC_CONTENT_SYMTAB)
/titanic_50/usr/src/lib/libproc/common/
H A DPgcore.c623 if (!(pgc->pgc_content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB))) in count_sections()
650 if ((pgc->pgc_content & CC_CONTENT_SYMTAB) && !hit_symtab && in count_sections()
760 if (!(pgc->pgc_content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB))) in dump_sections()
815 if ((pgc->pgc_content & CC_CONTENT_SYMTAB) && !hit_symtab && in dump_sections()
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c1610 if ((content & CC_CONTENT_SYMTAB) == 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.c1109 { (Word) CC_CONTENT_SYMTAB, MSG_CC_CONTENT_SYMTAB }, in conv_cnote_cc_content()