DIRECTORY
Alloc USING [Handle, Index, Notifier, AddNotify, Bounds, DropNotify, Top, Units],
Basics USING [BITRSHIFT, LowHalf],
ConvertUnsafe,
Literals USING [Base],
MimZones USING [permZone],
MobDefs USING [VersionStamp],
OSMiscOps USING [WordAnd, WordXor],
SymbolOps USING [BodyVisitor, DecodeBti, PackedSize],
Symbols USING [Base, BitAddress, BitCount, bodyType, BTIndex, BTNull, codeCHAR, ContextLevel, CSEIndex, CSENull, CTXIndex, CTXNull, CTXRecord, ctxType, ExtensionType, HashVector, HTIndex, HTNull, HTRecord, htType, HVIndex, ISEIndex, ISENull, lG, Linkage, lL, lZ, MDFirst, MDIndex, MDNull, MDRecord, mdType, Name, nullName, nullType, RecordSEIndex, RecordSENull, RefClass, SEPointer, SERecord, seTag, seType, ssType, TransferMode, Type, typeANY, TypeClass, typeTYPE, UNSPEC],
SymbolSegment USING [Base, ExtFirst, ExtIndex, ExtRecord, extType, ltType, stType, treeType],
SymbolTable USING [],
SymbolTablePrivate USING [SymbolTableBaseRep],
Table USING [IndexRep],
Target: TYPE MachineParms USING [PackedBitCount, bitsPerAU, bitsPerWord, logBitsPerAU],
Tree USING [Base, Link, Map, Null],
UnsafeStorage USING [GetSystemUZone];