Lines Matching refs:Ltdoverlay
74 tOverlay *Ltdoverlay = NULL; variable
969 if (Ltdoverlay) in PutLtdoverlayId()
970 PutNumber(Ltdoverlay->id); in PutLtdoverlayId()
978 if (Ltdoverlay) in PutLtdoverlayName()
979 PutString(Ltdoverlay->name); in PutLtdoverlayName()
987 if (Ltdoverlay) in PutLtdoverlayGroup()
990 PutString(Ltdoverlay->group ? Ltdoverlay->group : Ltdoverlay->name); in PutLtdoverlayGroup()
1001 if (Ltdoverlay) in PutLtdoverlayAddress()
1002 PutSectionAddress(Ltdoverlay); in PutLtdoverlayAddress()
1010 if (Ltdoverlay) in PutLtdoverlayCompress()
1012 fprintf(fp_out, "%c", Ltdoverlay->compressSpec); in PutLtdoverlayCompress()
1032 return ForeachObjects(&LtdoverlayObject, Ltdoverlay->objects.head, n); in ForeachLtdoverlayObjects()
1047 return ForeachObjects(&LtdoverlayLibrary, Ltdoverlay->libraries.head, n); in ForeachLtdoverlayLibraries()
1062 return ForeachObjects(&LtdoverlaySearchSymbol, Ltdoverlay->searchSymbols.head, n); in ForeachLtdoverlaySearchSymbols()
1077 return ForeachObjectsForce(&LtdoverlayForce, Ltdoverlay->forces.head, n); in ForeachLtdoverlayForces()
1091 Ltdoverlay = start; in ForeachLtdoverlays()
1096 Ltdoverlay = NULL; in ForeachLtdoverlays()