Home
last modified time | relevance | path

Searched refs:isResizeEnable (Results 1 – 3 of 3) sorted by relevance

/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxbinary.h838 static bool isResizeEnable(QIODevice *pDevice);
H A Dxpe.cpp2724 if(isResizeEnable(pDevice)) in setImports()
4199 if(isResizeEnable(pDevice)) in addImportSection()
4362 if(isResizeEnable(pDevice)) in addSection()
4459 if(isResizeEnable(pDevice)) in removeLastSection()
10065 if((isResizeEnable(pDevice))&&(pListRelocs->count())) in addRelocsSection()
H A Dxbinary.cpp5865 bool XBinary::isResizeEnable(QIODevice *pDevice) in isResizeEnable() function in XBinary