Searched refs:expected_magic (Results 1 – 1 of 1) sorted by relevance
243 uint32_t expected_magic; in Read() local248 expected_magic = MH_CIGAM; in Read()251 expected_magic = MH_MAGIC; in Read()255 expected_magic = MH_CIGAM_64; in Read()258 expected_magic = MH_MAGIC_64; in Read()265 if (expected_magic != magic) { in Read()