Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMachObjectWriter.cpp148 W.write<uint32_t>(is64Bit() ? MachO::MH_MAGIC_64 : MachO::MH_MAGIC); in writeHeader() member in MachO
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4498 pub const MH_MAGIC: u32 = 0xfeedface; consts

Completed in 16 milliseconds