Home
last modified time | relevance | path

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

/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxpe.h649 QList<QString> getExportFunctionsList();
650 static QList<QString> getExportFunctionsList(EXPORT_HEADER *pExportHeader);
H A Dxpe.cpp3908 QList<QString> XPE::getExportFunctionsList() in getExportFunctionsList() function in XPE
3912 return getExportFunctionsList(&exportHeader); in getExportFunctionsList()
3915 QList<QString> XPE::getExportFunctionsList(EXPORT_HEADER *pExportHeader) in getExportFunctionsList() function in XPE
/dports/devel/xelfviewer/XELFViewer-0.03/SpecAbstract/
H A Dspecabstract.cpp2533 result.listExportFunctionNames=pe.getExportFunctionsList(&(result.exportHeader)); in getPEInfo()