Home
last modified time | relevance | path

Searched refs:MH_MAGIC (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtinlrange4.pp8 MH_MAGIC = $feedface;
13 c:= NToBE(MH_MAGIC);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/mac/
H A Dchange_mach_o_flags.py87 MH_MAGIC = 0xfeedface variable
187 if magic == MH_MAGIC or magic == MH_MAGIC_64:
198 assert magic == MH_MAGIC or magic == MH_MAGIC_64
262 elif magic == MH_MAGIC or magic == MH_CIGAM or \
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/mac/
H A Dchange_mach_o_flags.py87 MH_MAGIC = 0xfeedface variable
187 if magic == MH_MAGIC or magic == MH_MAGIC_64:
198 assert magic == MH_MAGIC or magic == MH_MAGIC_64
262 elif magic == MH_MAGIC or magic == MH_CIGAM or \
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/build/mac/
H A Dchange_mach_o_flags.py87 MH_MAGIC = 0xfeedface
187 if magic == MH_MAGIC or magic == MH_MAGIC_64:
198 assert magic == MH_MAGIC or magic == MH_MAGIC_64
262 elif magic == MH_MAGIC or magic == MH_CIGAM or \
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/mac/
H A Dchange_mach_o_flags.py87 MH_MAGIC = 0xfeedface variable
187 if magic == MH_MAGIC or magic == MH_MAGIC_64:
198 assert magic == MH_MAGIC or magic == MH_MAGIC_64
262 elif magic == MH_MAGIC or magic == MH_CIGAM or \
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/mac/
H A Dchange_mach_o_flags.py87 MH_MAGIC = 0xfeedface variable
187 if magic == MH_MAGIC or magic == MH_MAGIC_64:
198 assert magic == MH_MAGIC or magic == MH_MAGIC_64
262 elif magic == MH_MAGIC or magic == MH_CIGAM or \
/dports/devel/py-macholib/macholib-1.11/macholib/
H A Dmacho_dump.py26 if header.MH_MAGIC == MH_MAGIC_64 or header.MH_MAGIC == MH_CIGAM_64:
/dports/archivers/upx/upx-3.96/src/
H A Dp_mach_enum.h40 MH_MAGIC = 0xfeedface
43 static const unsigned MH_MAGIC = 0xfeedface; variable
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm/
H A Ddlfcn-dyld.c160 if (( (MH_MAGIC == ((struct mach_header *)handle)->magic)) /* ppc */ in dlsym()
194 if (( (MH_MAGIC == ((struct mach_header *)handle)->magic)) /* ppc */ in dlclose()
/dports/multimedia/transcode/transcode-1.1.7/libdldarwin/
H A Ddlfcn_simple.c156 if ((((struct mach_header *)handle)->magic == MH_MAGIC) || in dlsymIntern()
188 if ((((struct mach_header *)handle)->magic == MH_MAGIC) || in dlclose()
/dports/lang/gnat_util/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc121 case MH_MAGIC: { in Next()
142 case MH_MAGIC: { in Next()
/dports/lang/gcc6-aux/gcc-6-20180516/libsanitizer/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc121 case MH_MAGIC: { in Next()
142 case MH_MAGIC: { in Next()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/mac/
H A Dmach_o.cc86 case MH_MAGIC: in GetMachOArchitectures()
105 DCHECK(header.mach.magic == MH_MAGIC || header.mach.magic == MH_MAGIC_64); in GetMachOArchitectures()
/dports/finance/electrum/Electrum-4.1.5/packages/wheel/
H A Dmacosx_libfile.py51 MH_MAGIC = 0xfeedface variable
254 if magic_number not in [FAT_MAGIC, FAT_MAGIC_64, MH_MAGIC, MH_MAGIC_64]:
315 arch = "32" if magic_number == MH_MAGIC else "64"
/dports/www/firefox/firefox-99.0/third_party/python/wheel/wheel/
H A Dmacosx_libfile.py51 MH_MAGIC = 0xfeedface variable
254 if magic_number not in [FAT_MAGIC, FAT_MAGIC_64, MH_MAGIC, MH_MAGIC_64]:
315 arch = "32" if magic_number == MH_MAGIC else "64"
/dports/devel/py-wheel/wheel-0.36.2/src/wheel/
H A Dmacosx_libfile.py51 MH_MAGIC = 0xfeedface variable
254 if magic_number not in [FAT_MAGIC, FAT_MAGIC_64, MH_MAGIC, MH_MAGIC_64]:
315 arch = "32" if magic_number == MH_MAGIC else "64"
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/wheel/
H A Dmacosx_libfile.py48 MH_MAGIC = 0xfeedface variable
250 if magic_number not in [FAT_MAGIC, FAT_MAGIC_64, MH_MAGIC, MH_MAGIC_64]:
301 arch = "32" if magic_number == MH_MAGIC else "64"
/dports/databases/py-gdbm/Python-3.8.12/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()
/dports/lang/python310/Python-3.10.1/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()
/dports/lang/python27/Python-2.7.18/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()
/dports/lang/python37/Python-3.7.12/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()
/dports/lang/python311/Python-3.11.0a3/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()
/dports/lang/python-tools/Python-3.8.12/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()
/dports/lang/python-legacy/Python-2.7.18/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()
/dports/lang/python39/Python-3.9.9/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()

12345678910>>...42