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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 420 IMAGE_DOS_HEADER dos_header; local
422 if (!ReadFromFile(fd, &dos_header, sizeof(dos_header), &bytes_read) ||
423 bytes_read != sizeof(dos_header))
427 if (dos_header.e_magic != IMAGE_DOS_SIGNATURE)
436 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) ==
  /external/llvm/include/llvm/Object/
COFF.h 40 struct dos_header { struct in namespace:llvm::object
796 const dos_header *getDOSHeader() const {
799 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 41 struct dos_header { struct in namespace:llvm::object
790 const dos_header *getDOSHeader() const {
793 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 41 struct dos_header { struct in namespace:llvm::object
790 const dos_header *getDOSHeader() const {
793 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
COFF.h 55 struct dos_header { struct in namespace:llvm::object
856 const dos_header *getDOSHeader() const {
859 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
COFF.h 55 struct dos_header { struct in namespace:llvm::object
856 const dos_header *getDOSHeader() const {
859 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
COFF.h 54 struct dos_header { struct in namespace:llvm::object
936 const dos_header *getDOSHeader() const {
939 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
COFF.h 54 struct dos_header { struct in namespace:llvm::object
936 const dos_header *getDOSHeader() const {
939 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
COFF.h 54 struct dos_header { struct in namespace:llvm::object
936 const dos_header *getDOSHeader() const {
939 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
COFF.h 54 struct dos_header { struct in namespace:llvm::object
936 const dos_header *getDOSHeader() const {
939 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
COFF.h 55 struct dos_header { struct in namespace:llvm::object
856 const dos_header *getDOSHeader() const {
859 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
COFF.h 55 struct dos_header { struct in namespace:llvm::object
856 const dos_header *getDOSHeader() const {
859 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
COFF.h 54 struct dos_header { struct in namespace:llvm::object
936 const dos_header *getDOSHeader() const {
939 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
COFF.h 54 struct dos_header { struct in namespace:llvm::object
936 const dos_header *getDOSHeader() const {
939 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
COFF.h 54 struct dos_header { struct in namespace:llvm::object
936 const dos_header *getDOSHeader() const {
939 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
COFF.h 54 struct dos_header { struct in namespace:llvm::object
936 const dos_header *getDOSHeader() const {
939 return reinterpret_cast<const dos_header *>(base());
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 89 void printDOSHeader(const dos_header *DH);
584 if (const dos_header *DH = Obj->getDOSHeader())
588 void COFFDumper::printDOSHeader(const dos_header *DH) {
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 649 if (checkSize(Data, EC, sizeof(dos_header) + sizeof(COFF::PEMagic))) {
652 const auto *DH = reinterpret_cast<const dos_header *>(base());
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 355 object::dos_header DH;

Completed in 677 milliseconds