Searched defs:RVA (Results 1 – 8 of 8) sorted by relevance
49 DWORD RVA = 0; in getRelativeVirtualAddress() local
170 DWORD RVA = static_cast<DWORD>(Address - LoadAddr); in findSymbolByAddress() local
457 COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, in getRvaAndSizeAsBytes()553 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr() local1227 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolBegin()1234 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) { in importedSymbolEnd()1331 uint32_t RVA = Table[Index].DelayImportAddressTable + in getImportAddress() local1421 uint32_t RVA; in isForwarder() local1431 uint32_t RVA; in getForwardTo() local1453 uint32_t RVA; in getSymbolName() local1489 uint32_t RVA; in getOrdinal() local
414 uint32_t RVA; in printExportTable() local
1038 uint32_t RVA; in DisassembleObject() local
1451 uint32_t Ordinal, RVA; in printCOFFExports() local1495 uint32_t RVA; in printCOFFBaseReloc() local
675 UINT32 RVA; ///< The address of the debug data when loaded, relative to the image base member
904 typedef DWORD RVA; typedef