HomeSort by relevance Sort by last modified time
    Searched refs:ImageBase (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 26 ErrorOr<uint64_t> ImageBase = Object.getImageBase();
27 if (ImageBase)
28 Session->setLoadAddress(ImageBase.get());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
psapi.h 65 DWORD WINAPI GetDeviceDriverBaseNameA(LPVOID ImageBase,LPSTR lpBaseName,DWORD nSize);
66 DWORD WINAPI GetDeviceDriverBaseNameW(LPVOID ImageBase,LPWSTR lpBaseName,DWORD nSize);
67 DWORD WINAPI GetDeviceDriverFileNameA(LPVOID ImageBase,LPSTR lpFilename,DWORD nSize);
68 DWORD WINAPI GetDeviceDriverFileNameW(LPVOID ImageBase,LPWSTR lpFilename,DWORD nSize);
winnt.h     [all...]
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 105 uint64_t ImageBase = CoffObj->getImageBase();
110 uint64_t SymbolStart = ImageBase + Export.Offset;
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 496 a->ImageBase = GET_OPTHDR_IMAGE_BASE (abfd, src->ImageBase);
563 aouthdr_int->entry += a->ImageBase;
571 aouthdr_int->text_start += a->ImageBase;
581 aouthdr_int->data_start += a->ImageBase;
637 ib = extra->ImageBase;
736 isize = (sec->vma - extra->ImageBase
769 PUT_OPTHDR_IMAGE_BASE (abfd, extra->ImageBase, aouthdr_out->ImageBase);
956 - pe_data (abfd)->pe_opthdr.ImageBase)
    [all...]
pei-x86_64.c 301 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
322 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase;
392 + pe_data (abfd)->pe_opthdr.ImageBase));
454 bfd_vma imagebase; local
485 imagebase = pe_data (abfd)->pe_opthdr.ImageBase;
502 fprintf_vma (file, imagebase + rf.rva_BeginAddress);
504 fprintf_vma (file, imagebase + rf.rva_EndAddress);
506 fprintf_vma (file, imagebase + rf.rva_UnwindData);
579 fprintf_vma (file, rf.rva_UnwindData + imagebase);
    [all...]
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...]
coff-sh.c 458 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
615 insn -= pe_data (input_section->output_section->owner)->pe_opthdr.ImageBase;
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 59 YAMLObj.OptionalHeader->Header.ImageBase = OptionalHeader->ImageBase;
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 273 char ImageBase[4];
312 char ImageBase[8];
internal.h 213 bfd_vma ImageBase; /* Address of specific location in memory that
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 245 uint32_t ImageBase = PE32Header->ImageBase;
251 outs() << format(" 0x%x", P[I] + ImageBase);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntimage.h 289 ULONG ImageBase;
338 ULONGLONG ImageBase;
  /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/Support/
COFF.h 496 uint32_t 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);
  /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/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/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...]

Completed in 424 milliseconds

1 2