Searched refs:expected_magic (Results 1 – 1 of 1) sorted by relevance
239 uint32_t expected_magic; in Read() local244 expected_magic = MH_CIGAM; in Read()247 expected_magic = MH_MAGIC; in Read()251 expected_magic = MH_CIGAM_64; in Read()254 expected_magic = MH_MAGIC_64; in Read()261 if (expected_magic != magic) { in Read()