Searched refs:MH_EXECUTE (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/tools/mac/upload_system_symbols/
H A Darch_constants.h61 const uint32_t kMachHeaderFtypeExe = MH_EXECUTE;
/external/valgrind/coregrind/m_ume/
H A Dmacho.c498 filetype is MH_EXECUTE or MH_DYLINKER.
541 // expecting MH_EXECUTE or MH_DYLINKER
645 if (filetype == MH_EXECUTE) {
671 if (filetype == MH_EXECUTE) {
845 err = load_mach_file(fd, 0, sb.size, MH_EXECUTE, name, &load_info);
/external/google-breakpad/src/client/mac/handler/
H A Ddynamic_images.cc546 if (image->GetFileType() == MH_EXECUTE) {
H A Dminidump_generator.cc1393 if (header->filetype == MH_EXECUTE)
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc715 FileType file_type = MH_EXECUTE,
999 EXPECT_EQ(static_cast<uint32_t>(MH_EXECUTE), reader.file_type());
1025 EXPECT_EQ(static_cast<uint32_t>(MH_EXECUTE), reader.file_type());
709 Header(LoadCommands *commands, cpu_type_t cpu_type = CPU_TYPE_X86, cpu_subtype_t cpu_subtype = CPU_SUBTYPE_I386_ALL, FileType file_type = MH_EXECUTE, uint32_t file_flags = (MH_TWOLEVEL | MH_DYLDLINK | MH_NOUNDEFS)) argument
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp94 { "Executable", MachO::MH_EXECUTE },
/external/llvm/include/llvm/Support/
H A DMachO.h41 MH_EXECUTE = 0x2u, enumerator in enum:llvm::MachO::HeaderFileType
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h41 MH_EXECUTE = 0x2u, enumerator in enum:llvm::MachO::HeaderFileType
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6702 // start of the section in a standard MH_EXECUTE filetype.
7521 case MachO::MH_EXECUTE:

Completed in 2588 milliseconds