Searched refs:encryption_cmd (Results 1 – 1 of 1) sorted by relevance
1349 llvm::MachO::encryption_info_command encryption_cmd; in GetEncryptedFileRanges() local1352 if (m_data.GetU32(&offset, &encryption_cmd, 2) == nullptr) in GetEncryptedFileRanges()1357 if (encryption_cmd.cmd == LC_ENCRYPTION_INFO || in GetEncryptedFileRanges()1358 encryption_cmd.cmd == LC_ENCRYPTION_INFO_64) { in GetEncryptedFileRanges()1359 if (m_data.GetU32(&offset, &encryption_cmd.cryptoff, 3)) { in GetEncryptedFileRanges()1360 if (encryption_cmd.cryptid != 0) { in GetEncryptedFileRanges()1362 entry.SetRangeBase(encryption_cmd.cryptoff); in GetEncryptedFileRanges()1363 entry.SetByteSize(encryption_cmd.cryptsize); in GetEncryptedFileRanges()1368 offset = load_cmd_offset + encryption_cmd.cmdsize; in GetEncryptedFileRanges()