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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSymbol.c 64 // Fill the entry - name, RVA, type
70 Entry->Rva = Address % EFI_DEBUGGER_DEFAULT_LINK_IMAGEBASE;
131 Address Publics by Value Rva+Base Lib:Object
301 // Get the RVA
518 if (Address != Entry->Rva + Object->BaseAddress) {
522 if (Address > Entry->Rva + Object->BaseAddress) {
524 // Record it if Current RVA < Address
526 if (CandidateLowerAddress < Entry->Rva + Object->BaseAddress) {
527 CandidateLowerAddress = Entry->Rva + Object->BaseAddress;
533 // Record it if Current RVA > Address
    [all...]
EdbCmdSymbol.c 169 (UINT64)Entry->Rva + Object->BaseAddress,
179 Entry->Rva + Object->BaseAddress,
276 (UINT64)Entry->Rva + Object->BaseAddress,
284 Entry->Rva + Object->BaseAddress,
460 // Patch Symbol for RVA
464 EDBPrint (L"PatchSymbol RVA - %r! Using the RVA in symbol file.\n", Status);
466 DEBUG ((DEBUG_ERROR, "PatchSymbol RVA successfully!\n"));
EdbCommon.h 93 UINTN Rva;
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp 453 uint64_t Rva = Addr - ImageBase;
454 assert(Rva <= UINT32_MAX);
455 return getRvaPtr((uint32_t)Rva, Res);
458 // Returns the file offset for the given RVA.
474 COFFObjectFile::getRvaAndSizeAsBytes(uint32_t RVA, uint32_t Size,
479 // Check if this RVA is within the section bounds. Be careful about integer
481 uint32_t OffsetIntoSection = RVA - SectionStart;
482 if (SectionStart <= RVA && OffsetIntoSection < Section->VirtualSize &&
494 // Returns hint and name fields, assuming \p Rva is pointing to a Hint/Name
496 std::error_code COFFObjectFile::getHintName(uint32_t Rva, uint16_t &Hint
    [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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SymbolRecordMapping.cpp 95 error(IO.mapInteger(Section.Rva));
SymbolDumper.cpp 157 W.printNumber("Rva", Section.Rva);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h 201 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 131 W.printNumber("Rva", Section.Header.Rva);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 115 uint32_t Rva;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp 302 IO.mapRequired("Rva", Symbol.Rva);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 397 P.formatLine("length = {0}, alignment = {1}, rva = {2}, section # = {3}",
398 Section.Length, Section.Alignment, Section.Rva,
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 158 ulittle32_t Rva;
    [all...]

Completed in 878 milliseconds