HomeSort by: relevance | last modified time | path
    Searched refs:Rva (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 459 uint64_t Rva = Addr - ImageBase;
460 assert(Rva <= UINT32_MAX);
461 return getRvaPtr((uint32_t)Rva, Res);
464 // Returns the file offset for the given RVA.
480 Error COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
485 // Check if this RVA is within the section bounds. Be careful about integer
487 uint32_t OffsetIntoSection = RVA - SectionStart;
488 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize &&
500 // Returns hint and name fields, assuming \p Rva is pointing to a Hint/Name
502 Error COFFObjectFile::getHintName(uint32_t Rva, uint16_t &Hint
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 200 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
1082 Error getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
1084 /// Given an RVA base and size, returns a valid array of bytes or an error
1085 /// code if the RVA and size is not contained completely within a valid
1087 Error getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
1090 Error getHintName(uint32_t Rva, uint16_t &Hint,
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 115 uint32_t Rva = 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 161 W.printNumber("Rva", Section.Rva);
SymbolRecordMapping.cpp 94 error(IO.mapInteger(Section.Rva));
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp 324 IO.mapRequired("Rva", Symbol.Rva);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 434 P.formatLine("length = {0}, alignment = {1}, rva = {2}, section # = {3}",
435 Section.Length, Section.Alignment, Section.Rva,

Completed in 24 milliseconds