Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h88 #define CC_CONTENT_CTF 0x0800ULL /* CTF data */ macro
97 CC_CONTENT_RODATA | CC_CONTENT_ANON | CC_CONTENT_CTF | \
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/
H A Dsecmapper.c54 { CC_CONTENT_CTF, ".SUNW_ctf" },
126 if (type == SECMAP_SYMTAB && (secmap_content & CC_CONTENT_CTF) != 0) { in secmap_matches_content()
287 if (sm->sm_ctf && (secmap_content & CC_CONTENT_CTF) != 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()
611 if ((pgc->pgc_content & CC_CONTENT_CTF) && in count_sections()
787 if (!(pgc->pgc_content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB | in dump_sections()
798 if ((pgc->pgc_content & CC_CONTENT_CTF) && in dump_sections()
H A DPcontrol.c3196 return (CC_CONTENT_TEXT | CC_CONTENT_DATA | CC_CONTENT_CTF); in Pcontent()
/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()
1732 if (ctf == NULL && (content & CC_CONTENT_CTF) != 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_CTF, MSG_CC_CONTENT_CTF }, in conv_cnote_cc_content()