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