Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_object_detector.c105 #ifndef MH_MAGIC
107 #define MH_MAGIC 0xfeedface macro
433 if (magicval == MH_MAGIC) { in is_mach_o_magic()
H A Ddwarf_macho_loader.h86 #define MH_MAGIC 0xfeedface /* the mach magic number */ macro