Lines Matching refs:overlay
353 tOverlay *overlay; in RecgSectionMemTypeByName() local
363 overlay = GetOverlayByName(name); in RecgSectionMemTypeByName()
364 if (!overlay) in RecgSectionMemTypeByName()
370 if (overlay->memtype == MEMTYPE_NONE) in RecgSectionMemTypeByName()
372 memtype = GetSectionMemType(overlay->name, overlay->address); in RecgSectionMemTypeByName()
376 overlay->memtype = MEMTYPE_DUMMY; in RecgSectionMemTypeByName()
378 for (after = overlay->afters.head; after; after = after->next) in RecgSectionMemTypeByName()
386 overlay->memtype = MEMTYPE_NONE; in RecgSectionMemTypeByName()
397 overlay->memtype = MEMTYPE_NONE; in RecgSectionMemTypeByName()
402 overlay->memtype = memtype; in RecgSectionMemTypeByName()
404 return overlay->memtype; in RecgSectionMemTypeByName()
593 static void PutSectionAddress(tOverlay * overlay) in PutSectionAddress() argument
595 if (overlay->address) in PutSectionAddress()
597 PutAddress(overlay->address); in PutSectionAddress()
601 tAfter *t = overlay->afters.head; in PutSectionAddress()
1182 Foreach.overlay.isFirst = (count ? FALSE : TRUE); in ForeachOverlays()
1183 Foreach.overlay.isLast = (count == num - 1 ? TRUE : FALSE); in ForeachOverlays()
1184 Foreach.overlay.count = count; in ForeachOverlays()
1197 PutIfObject(Foreach.overlay.isFirst, str); in PutIfOverlayFirst()
1202 PutIfObject(Foreach.overlay.isLast, str); in PutIfOverlayLast()