Home
last modified time | relevance | path

Searched refs:isOverlayPresent (Results 1 – 9 of 9) sorted by relevance

/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/
H A Dformatswidget.cpp207 ui->pushButtonMSDOSOverlay->setEnabled(msdos.isOverlayPresent()); in reload()
264 ui->pushButtonPEOverlay->setEnabled(pe.isOverlayPresent()); in reload()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/MSDOS/
H A Dmsdoswidget.cpp101 if(msdos.isOverlayPresent()) in reload()
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxbinary.h867 bool isOverlayPresent();
868 bool isOverlayPresent(_MEMORY_MAP *pMemoryMap);
H A Dxbinary.cpp6105 bool XBinary::isOverlayPresent() in isOverlayPresent() function in XBinary
6109 return isOverlayPresent(&memoryMap); in isOverlayPresent()
6112 bool XBinary::isOverlayPresent(XBinary::_MEMORY_MAP *pMemoryMap) in isOverlayPresent() function in XBinary
6128 if(isOverlayPresent(pMemoryMap)) in compareOverlay()
H A Dxpe.cpp4425 if(pe.isOverlayPresent()) in addSection()
4473 bool bIsOverlayPresent=pe.isOverlayPresent(); in removeLastSection()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/NE/
H A Dnewidget.cpp113 if(ne.isOverlayPresent()) in reload()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/LE/
H A Dlewidget.cpp109 if(le.isOverlayPresent()) in reload()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/PE/
H A Dpewidget.cpp246 if(pe.isOverlayPresent()) in reload()
/dports/devel/xelfviewer/XELFViewer-0.03/SpecAbstract/
H A Dspecabstract.cpp998 result.bCopyOverlay=pe.isOverlayPresent(); in getPossibleUnpackOptions()
2826 result.bIsOverlayPresent=dex.isOverlayPresent(&(result.basic_info.memoryMap)); in getDEXInfo()