HomeSort by relevance Sort by last modified time
    Searched refs:Rva (Results 1 - 24 of 24) sorted by null

  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.cc 147 *structure = RVA_TO_ADDR(dump_file_view_, descr.Memory.Rva);
178 // Advance the current RVA.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 67 PIMAGE_SECTION_HEADER IMAGEAPI ImageRvaToSection(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG Rva);
68 PVOID IMAGEAPI ImageRvaToVa(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG Rva,PIMAGE_SECTION_HEADER *LastRvaSection);
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 436 uint64_t Rva = Addr - ImageBase;
437 assert(Rva <= UINT32_MAX);
438 return getRvaPtr((uint32_t)Rva, Res);
441 // Returns the file offset for the given RVA.
457 COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
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 &&
477 // Returns hint and name fields, assuming \p Rva is pointing to a Hint/Name
479 std::error_code COFFObjectFile::getHintName(uint32_t Rva, uint16_t &Hint
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 38 PIMAGE_SECTION_HEADER IMAGEAPI ImageRvaToSection(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG Rva);
39 PVOID IMAGEAPI ImageRvaToVa(PIMAGE_NT_HEADERS NtHeaders,PVOID Base,ULONG Rva,PIMAGE_SECTION_HEADER *LastRvaSection);
    [all...]
  /external/llvm/include/llvm/Object/
COFF.h 204 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
862 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
864 /// Given an RVA base and size, returns a valid array of bytes or an error
865 /// code if the RVA and size is not contained completely within a valid
867 std::error_code getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
870 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
COFF.h 188 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
856 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
858 /// Given an RVA base and size, returns a valid array of bytes or an error
859 /// code if the RVA and size is not contained completely within a valid
861 std::error_code getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
864 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
COFF.h 188 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
856 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
858 /// Given an RVA base and size, returns a valid array of bytes or an error
859 /// code if the RVA and size is not contained completely within a valid
861 std::error_code getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
864 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
COFF.h 188 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
856 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
858 /// Given an RVA base and size, returns a valid array of bytes or an error
859 /// code if the RVA and size is not contained completely within a valid
861 std::error_code getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
864 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 188 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
856 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
858 /// Given an RVA base and size, returns a valid array of bytes or an error
859 /// code if the RVA and size is not contained completely within a valid
861 std::error_code getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
864 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
COFF.h 188 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
856 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
858 /// Given an RVA base and size, returns a valid array of bytes or an error
859 /// code if the RVA and size is not contained completely within a valid
861 std::error_code getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
864 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
COFF.h 188 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
856 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
858 /// Given an RVA base and size, returns a valid array of bytes or an error
859 /// code if the RVA and size is not contained completely within a valid
861 std::error_code getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
864 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
COFF.h 188 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
856 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
858 /// Given an RVA base and size, returns a valid array of bytes or an error
859 /// code if the RVA and size is not contained completely within a valid
861 std::error_code getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
864 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 188 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
856 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
858 /// Given an RVA base and size, returns a valid array of bytes or an error
859 /// code if the RVA and size is not contained completely within a valid
861 std::error_code getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
864 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 131 W.printNumber("Rva", Section.Header.Rva);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 118 uint32_t Rva;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 118 uint32_t Rva;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 118 uint32_t Rva;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 118 uint32_t Rva;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 118 uint32_t Rva;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 118 uint32_t Rva;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 118 uint32_t Rva;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 118 uint32_t Rva;
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 158 ulittle32_t Rva;
    [all...]

Completed in 3190 milliseconds