()
| 719 | func (f Field) IsThreadpoolField() bool { return strings.HasPrefix(string(f), "threadpool.") } |
| 720 | |
| 721 | func (f Field) IsPeSection() bool { return f == PeNumSections || f == PsPeNumSections } |
| 722 | func (f Field) IsPeSymbol() bool { |
| 723 | return f == PeSymbols || f == PeNumSymbols || f == PeImports || f == PsPeSymbols || f == PsPeNumSymbols || f == PsPeImports |
| 724 | } |