Home
last modified time | relevance | path

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

/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/PE/
H A Dpeprocessdata.cpp468 …dressThunk+1, new QStandardItem(XBinary::valueToHex((quint64)listDIP.at(i).nAddressThunkRVA))); in _process()
473 …dressThunk+1, new QStandardItem(XBinary::valueToHex((quint32)listDIP.at(i).nAddressThunkRVA))); in _process()
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxpe.h83 qint64 nAddressThunkRVA; member
H A Dxpe.cpp7151 importPosition.nAddressThunkRVA=nAddressThunksOffset; in getDelayImportPositions()