Searched refs:MZ_MAGIC (Results 1 – 3 of 3) sorted by relevance
21 .inst MZ_MAGIC | (0x1310 << 16) @ tstne r0, #0x4d000
24 #define MZ_MAGIC 0x5a4d /* "MZ" */ macro
47 if (mz->magic != MZ_MAGIC) in pefile_parse_binary()