Searched defs:RVA (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp49 DWORD RVA = 0; local
50 return (S_OK == LineNumber->get_relativeVirtualAddress(&RVA)) ? RVA : 0;
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp441 // Returns the file offset for the given RVA.
457 COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size, argument
462 // Check if this RVA is within the section bounds. Be careful about integer
464 uint32_t OffsetIntoSection = RVA - SectionStart;
465 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize &&
521 // First, we get the RVA of the import table. If the file lacks a pointer to
533 // Find the section that contains the RVA. This is needed because the RVA is
553 uint32_t RVA = DataEntry->RelativeVirtualAddress;
558 if (std::error_code EC = getRvaPtr(RVA, IntPt
1227 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) argument
1234 importedSymbolEnd(uint32_t RVA, const COFFObjectFile *Object) argument
1331 uint32_t RVA = Table[Index].DelayImportAddressTable + local
1431 uint32_t RVA; local
1453 uint32_t RVA; local
1489 uint32_t RVA; local
[all...]
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp550 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
1451 uint32_t Ordinal, RVA; local
1455 error(E.getExportRVA(RVA));
1459 W.printHex("RVA", RVA);
1495 uint32_t RVA; local
1496 error(I.getRVA(RVA));
1500 W.printHex("Address", RVA);
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
H A DPeImage.h675 UINT32 RVA; ///< The address of the debug data when loaded, relative to the image base member in struct:__anon20554
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h904 typedef DWORD RVA; typedef
909 RVA Rva;
931 RVA StreamDirectoryRva;
983 RVA CSDVersionRva;
1049 RVA ModuleNameRva;
1088 RVA TypeNameRva;
1089 RVA ObjectNameRva;
1125 RVA ModuleNameRva;

Completed in 129 milliseconds