Searched refs:ImageBase (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp26 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); local
27 if (ImageBase)
28 Session->setLoadAddress(ImageBase.get());
/external/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp105 uint64_t ImageBase = CoffObj->getImageBase(); local
110 uint64_t SymbolStart = ImageBase + Export.Offset;
/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp59 YAMLObj.OptionalHeader->Header.ImageBase = OptionalHeader->ImageBase;
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp245 uint32_t ImageBase = PE32Header->ImageBase; local
251 outs() << format(" 0x%x", P[I] + ImageBase);
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp175 // The section VirtualAddress does not include ImageBase, and we want to
272 // The section VirtualAddress does not include ImageBase, and we want to
423 return PE32Header->ImageBase;
425 return PE32PlusHeader->ImageBase;
432 uint64_t ImageBase = getImageBase(); local
433 uint64_t Rva = Addr - ImageBase;
H A DCOFFYAML.cpp375 IO.mapRequired("ImageBase", PH.Header.ImageBase);
/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp616 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress;
644 uint64_t Address = PEHeader->ImageBase + RF.ExceptionInformationRVA();
681 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress;
H A DCOFFDumper.cpp435 W.printHex ("ImageBase", Hdr->ImageBase);
/external/llvm/include/llvm/Support/
H A DCOFF.h496 uint32_t ImageBase; member in struct:llvm::COFF::PE32Header
/external/llvm/include/llvm/Object/
H A DCOFF.h101 support::ulittle32_t ImageBase; member in struct:llvm::object::pe32_header
136 support::ulittle64_t ImageBase; member in struct:llvm::object::pe32plus_header
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp320 Header->ImageBase = CP.Obj.OptionalHeader->Header.ImageBase;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc320 // Read the file to extract the ImageBase field from the PE header. If ASLR is
368 // Finally, return the ImageBase.
369 return (uptr)pe_header->ImageBase;
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h99 DWORD ImageBase; member in struct:_IMAGE_DEBUG_INFORMATION
126 PIMAGE_DEBUG_INFORMATION IMAGEAPI MapDebugInformation(HANDLE FileHandle,PSTR FileName,PSTR SymbolPath,DWORD ImageBase);
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c184 unsigned long ImageBase; member in struct:_IMAGE_OPTIONAL_HEADER
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 126 milliseconds