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

/external/llvm/tools/llvm-pdbdump/
H A DCompilandDumper.cpp116 uint32_t RVA = Symbol.getRelativeVirtualAddress(); local
119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(RVA, 10);
124 << "[" << format_hex(RVA, 10) << " - "
125 << format_hex(RVA + Symbol.getLength(), 10) << "]";
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp48 DWORD RVA = 0; local
49 return (S_OK == LineNumber->get_relativeVirtualAddress(&RVA)) ? RVA : 0;
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp357 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
1084 uint32_t Ordinal, RVA; local
1090 if (error(E.getExportRVA(RVA)))
1095 W.printHex("RVA", RVA);
1133 uint32_t RVA; local
1134 if (error(I.getRVA(RVA)))
1140 W.printHex("Address", RVA);
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp485 // Returns the file offset for the given RVA.
515 // First, we get the RVA of the import table. If the file lacks a pointer to
530 // Find the section that contains the RVA. This is needed because the RVA is
548 uint32_t RVA = DataEntry->RelativeVirtualAddress;
553 if (std::error_code EC = getRvaPtr(RVA, IntPtr))
562 // First, we get the RVA of the export table. If the file lacks a pointer to
1204 importedSymbolBegin(uint32_t RVA, const COFFObjectFile *Object) { argument
1206 Object->getRvaPtr(RVA, IntPtr);
1211 importedSymbolEnd(uint32_t RVA, cons argument
1269 uint32_t RVA = ImportTable[Index].ImportLookupTableRVA; local
1318 uint32_t RVA = Table[Index].DelayImportAddressTable + local
1416 uint32_t RVA; local
1436 uint32_t RVA; local
[all...]
/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 178 milliseconds