Home
last modified time | relevance | path

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

/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/PE/
H A Dpeprocessdata.cpp469 …BoundThunk+1, new QStandardItem(XBinary::valueToHex((quint64)listDIP.at(i).nBoundThunkRVA))); in _process()
474 …BoundThunk+1, new QStandardItem(XBinary::valueToHex((quint32)listDIP.at(i).nBoundThunkRVA))); in _process()
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxpe.h86 qint64 nBoundThunkRVA; member
H A Dxpe.cpp7153 importPosition.nBoundThunkRVA=nBoundThunksRVA; in getDelayImportPositions()