Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c85 core_content_t pgc_content; member
623 if (!(pgc->pgc_content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB))) in count_sections()
632 if ((pgc->pgc_content & CC_CONTENT_CTF) && 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()
769 if ((pgc->pgc_content & CC_CONTENT_CTF) && in dump_sections()
815 if ((pgc->pgc_content & CC_CONTENT_SYMTAB) && !hit_symtab && in dump_sections()
854 if (!(pgc->pgc_content & CC_CONTENT_STACK)) in dump_map()
860 if (!(pgc->pgc_content & CC_CONTENT_HEAP)) in dump_map()
865 if (!(pgc->pgc_content & CC_CONTENT_DISM)) in dump_map()
[all …]