Searched defs:MH_EXECUTE (Results 1 - 2 of 2) sorted by relevance

/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/include/llvm/Support/
H A DMachO.h39 MH_EXECUTE = 0x2u, enumerator in enum:llvm::MachO::HeaderFileType

Completed in 137 milliseconds