DIRECTORY
Alloc USING [Notifier],
Basics USING [BITAND, BITLSHIFT, BITOR, BITRSHIFT, LowHalf],
CompilerUtil USING [AppendMobUnits],
MimData USING [bitsToAlignment, idANY, importCtx, interface, linkCount, nBodies, nSigCodes, switches, textIndex, wordAlignment],
MimosaLog USING [ErrorSei, WarningSei],
MimP4 USING [],
MimZones USING [tempZone],
MobDefs USING [Link, LinkFrag],
Pass4Parms USING [links, localOverheadBits],
SourceMap USING [Loc],
Symbols USING [Alignment, Base, BitAddress, BitCount, BodyLink, bodyType, BTIndex, BTNull, CBTIndex, CSEIndex, CTXIndex, CTXNull, ctxType, ISEIndex, ISENull, lL, nullName, RecordSEIndex, RecordSENull, RootBti, SERecord, seType, Type, UNSPEC],
SymbolOps USING [ArgCtx, ArgRecord, BitsForRange, Cardinality, DecodeBitAddr, DecodeCard, DecodeLink, DecodeTreeIndex, DecodeType, EncodeBitAddr, EncodeCard, EncodeInt, FirstCtxSe, LinkMode, MakeCtxSe, NextSe, own, PackedSize, RCType, SubString, SubStringForName, TypeForm, UnderType, XferMode],
Target: TYPE MachineParms USING [Alignments, AlignmentIndex, bitsPerAU, bitsPerLongWord, bitsPerProc, bitsPerWord, logBitsPerAU, logBitsPerWord, PackedBitCount],
Tree USING [Base, Index, Link, Scan, nullIndex, treeType],
TreeOps USING [GetSe, ScanList, ToLoc];