<<>> <> <> <> <> <> <> <> <> <> <<>> DIRECTORY MobDefs USING [IMPIndex, ModuleIndex], MobSymbols USING [CXIndex], MobTree USING [Link]; MobBindDefs: DEFINITIONS = { RelocType: TYPE~{outer, inner, file}; Relocations: TYPE~RECORD [ link: RelocHandle, type: RelocType, firstgfi, originalfirstdummy: MobDefs.ModuleIndex, dummygfi: CARDINAL, lastgfi: MobDefs.ModuleIndex, import, module, config: CARD, importLimit: MobDefs.IMPIndex, context, parentcx: MobSymbols.CXIndex, textIndex: CARDINAL, parameters: MobTree.Link]; RelocHandle: TYPE~REF Relocations; }.