Home
last modified time | relevance | path

Searched defs:ImageBase (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h83 auto &ImageBase = G->addExternalSymbol(G->intern(Name), 0, true); variable
234 std::optional<Symbol *> ImageBase; variable
H A DCOFF_x86_64.cpp96 Symbol *ImageBase = GetImageBaseSymbol()(getGraph()); in addSingleRelocation() local
204 auto ImageBase = GetImageBase(G); in operator ()() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h32 uint64_t ImageBase; variable
115 const uint64_t ImageBase = getImageBase(); in resolveRelocation() local
H A DRuntimeDyldCOFFAArch64.h83 uint64_t ImageBase; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h32 uint64_t ImageBase = 0; member
H A DCOFF.h119 support::ulittle32_t ImageBase; member
154 support::ulittle64_t ImageBase; member
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DLoadedImage.h67 VOID *ImageBase; ///< The base address at which the image was loaded. member
H A DRuntime.h44 VOID *ImageBase; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp28 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp129 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp223 ErrorOr<uint64_t> ImageBase = COFFObj.getImageBase(); in mapVirtualAddress() local
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DPeImage.h164 UINT32 ImageBase; member
214 UINT64 ImageBase; member
788 UINT64 ImageBase; ///< From original file header. member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp127 jitlink::Symbol &ImageBase) { in addImageBaseRelocationEdge()
/freebsd/stand/efi/include/amd64/
H A Dpe.h137 UINT32 ImageBase; member
/freebsd/stand/efi/include/i386/
H A Dpe.h137 UINT32 ImageBase; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp465 uint64_t ImageBase = getImageBase(); in getVaPtr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h600 uint64_t ImageBase; member
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp69 ULONG64 ImageBase; member