Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h89 #define CC_CONTENT_SYMTAB 0x1000ULL /* symbol table */ macro
98 CC_CONTENT_SYMTAB)
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/
H A Dsecmapper.c55 { CC_CONTENT_SYMTAB, ".symtab" },
293 if (sm->sm_symtab && (secmap_content & CC_CONTENT_SYMTAB) != 0 && in secmap_file_check()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c600 if (!(pgc->pgc_content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB | in count_sections()
629 if ((pgc->pgc_content & CC_CONTENT_SYMTAB) && !hit_symtab && in count_sections()
787 if (!(pgc->pgc_content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB | in dump_sections()
845 if ((pgc->pgc_content & CC_CONTENT_SYMTAB) && !hit_symtab && 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()
1744 (content & CC_CONTENT_SYMTAB) != 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.c1128 { (Word) CC_CONTENT_SYMTAB, MSG_CC_CONTENT_SYMTAB }, in conv_cnote_cc_content()