HomeSort by relevance Sort by last modified time
    Searched full:imagebase (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /external/boringssl/win-x86_64/crypto/sha/
sha1-x86_64.asm     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFI386.h 134 // NOTE: use Section[0].getLoadAddress() as an approximation of ImageBase
  /external/llvm/lib/Object/
COFFObjectFile.cpp 175 // 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();
433 uint64_t Rva = Addr - ImageBase;
    [all...]
COFFYAML.cpp 375 IO.mapRequired("ImageBase", PH.Header.ImageBase);
  /toolchain/binutils/binutils-2.25/bfd/
coff-mcore.c 228 addr -= pe_data (output_bfd)->pe_opthdr.ImageBase;
318 * addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
coff-i386.c 136 diff -= pe_data (output_bfd)->pe_opthdr.ImageBase;
509 *addendp -= pe_data(sec->output_section->owner)->pe_opthdr.ImageBase;
coff-x86_64.c 135 diff -= pe_data (output_bfd)->pe_opthdr.ImageBase;
618 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
pe-mips.c 457 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
814 - pe_data (input_section->output_section->owner)->pe_opthdr.ImageBase;
coff-ppc.c 926 addr -= pe_data (obfd)->pe_opthdr.ImageBase;
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 273 char ImageBase[4];
312 char ImageBase[8];
  /external/llvm/lib/Support/
Signals.cpp 117 // have to add ImageBase from PE file.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
pe.go 44 ImageBase uint32
164 ImageBase uint64
1194 oh64.ImageBase = PEBASE
1195 oh.ImageBase = PEBASE
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 41 ImageBase uint32
161 ImageBase uint64
1191 oh64.ImageBase = PEBASE
1192 oh.ImageBase = PEBASE
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
pe.go 44 ImageBase uint32
164 ImageBase uint64
1194 oh64.ImageBase = PEBASE
1195 oh.ImageBase = PEBASE
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 41 ImageBase uint32
161 ImageBase uint64
1191 oh64.ImageBase = PEBASE
1192 oh.ImageBase = PEBASE
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 320 // 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/llvm/tools/llvm-objdump/
COFFDump.cpp 245 uint32_t ImageBase = PE32Header->ImageBase;
251 outs() << format(" 0x%x", P[I] + ImageBase);
  /toolchain/binutils/binutils-2.25/ld/emultempl/
pep.em 372 /* imagebase must be first */
374 D(ImageBase,"__image_base__", NT_EXE_IMAGE_BASE, FALSE),
378 D(ImageBase, "___ImageBase", NT_EXE_IMAGE_BASE, TRUE),
    [all...]
beos.em 135 /* imagebase must be first */
137 D(ImageBase,"__image_base__", BEOS_EXE_IMAGE_BASE),
pe.em 401 /* imagebase must be first */
403 D(ImageBase,"__image_base__", NT_EXE_IMAGE_BASE, FALSE),
407 D(ImageBase, "___ImageBase", NT_EXE_IMAGE_BASE, TRUE),
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 616 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress;
644 uint64_t Address = PEHeader->ImageBase + RF.ExceptionInformationRVA();
681 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress;
  /external/llvm/include/llvm/Object/
COFF.h 101 support::ulittle32_t ImageBase;
136 support::ulittle64_t ImageBase;
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 320 Header->ImageBase = CP.Obj.OptionalHeader->Header.ImageBase;
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 99 DWORD ImageBase;
126 PIMAGE_DEBUG_INFORMATION IMAGEAPI MapDebugInformation(HANDLE FileHandle,PSTR FileName,PSTR SymbolPath,DWORD ImageBase);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 580 ULONG64 ImageBase;
    [all...]

Completed in 541 milliseconds

12 3 4 5