Home
last modified time | relevance | path

Searched refs:MH_MAGIC (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Modules/_ctypes/darwin/
H A Ddlfcn_simple.c166 if ((((struct mach_header *)handle)->magic == MH_MAGIC) || in dlsymIntern()
198 if ((((struct mach_header *)handle)->magic == MH_MAGIC) || in darwin_dlclose()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp49 if (Magic == MachO::MH_MAGIC || Magic == MachO::MH_CIGAM) { in jitLink_MachO()
/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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h27 MH_MAGIC = 0xFEEDFACEu,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h26 MH_MAGIC = 0xFEEDFACEu,
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4498 pub const MH_MAGIC: u32 = 0xfeedface; consts

Completed in 35 milliseconds