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

/external/chromium_org/build/mac/
H A Dchange_mach_o_flags.py91 MH_EXECUTE = 0x2 variable
180 does not have a known magic number or is not of type MH_EXECUTE. The
199 if filetype != MH_EXECUTE:
201 'Mach-O file at offset %d is type 0x%x, expected MH_EXECUTE' % \
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c472 filetype is MH_EXECUTE or MH_DYLINKER.
522 // expecting MH_EXECUTE or MH_DYLINKER
621 if (filetype == MH_EXECUTE) {
647 if (filetype == MH_EXECUTE) {
832 err = load_mach_file(fd, 0, sb.size, MH_EXECUTE, name,
/external/llvm/include/llvm/Support/
H A DMachO.h39 MH_EXECUTE = 0x2u, enumerator in enum:llvm::MachO::HeaderFileType

Completed in 1998 milliseconds