Searched defs:pgc_content (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c85 core_content_t pgc_content; member in struct:__anon154
623 if (!(pgc->pgc_content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB)))
632 if ((pgc->pgc_content & CC_CONTENT_CTF) &&
650 if ((pgc->pgc_content & CC_CONTENT_SYMTAB) && !hit_symtab &&
760 if (!(pgc->pgc_content & (CC_CONTENT_CTF | CC_CONTENT_SYMTAB)))
769 if ((pgc->pgc_content & CC_CONTENT_CTF) &&
815 if ((pgc->pgc_content & CC_CONTENT_SYMTAB) && !hit_symtab &&
854 if (!(pgc->pgc_content & CC_CONTENT_STACK))
860 if (!(pgc->pgc_content & CC_CONTENT_HEAP))
865 if (!(pgc->pgc_content
[all...]

Completed in 676 milliseconds