Lines Matching refs:overlay
349 tOverlay *overlay; in RecgSectionMemTypeByName() local
359 overlay = GetOverlayByName(name); in RecgSectionMemTypeByName()
360 if (!overlay) in RecgSectionMemTypeByName()
366 if (overlay->memtype == MEMTYPE_NONE) in RecgSectionMemTypeByName()
368 memtype = GetSectionMemType(overlay->name, overlay->address); in RecgSectionMemTypeByName()
372 overlay->memtype = MEMTYPE_DUMMY; in RecgSectionMemTypeByName()
374 for (after = overlay->afters.head; after; after = after->next) in RecgSectionMemTypeByName()
382 overlay->memtype = MEMTYPE_NONE; in RecgSectionMemTypeByName()
393 overlay->memtype = MEMTYPE_NONE; in RecgSectionMemTypeByName()
398 overlay->memtype = memtype; in RecgSectionMemTypeByName()
400 return overlay->memtype; in RecgSectionMemTypeByName()
555 static void PutSectionAddress(tOverlay * overlay) in PutSectionAddress() argument
557 if (overlay->address) in PutSectionAddress()
559 PutAddress(overlay->address); in PutSectionAddress()
563 tAfter *t = overlay->afters.head; in PutSectionAddress()
1037 Foreach.overlay.isFirst = (count ? FALSE : TRUE); in ForeachOverlays()
1038 Foreach.overlay.isLast = (count == num - 1 ? TRUE : FALSE); in ForeachOverlays()
1039 Foreach.overlay.count = count; in ForeachOverlays()
1052 PutIfObject(Foreach.overlay.isFirst, str); in PutIfOverlayFirst()
1057 PutIfObject(Foreach.overlay.isLast, str); in PutIfOverlayLast()