Searched refs:encryption_cmd (Results 1 – 1 of 1) sorted by relevance
1332 llvm::MachO::encryption_info_command encryption_cmd; in GetEncryptedFileRanges() local1335 if (m_data.GetU32(&offset, &encryption_cmd, 2) == nullptr) in GetEncryptedFileRanges()1340 if (encryption_cmd.cmd == LC_ENCRYPTION_INFO || in GetEncryptedFileRanges()1341 encryption_cmd.cmd == LC_ENCRYPTION_INFO_64) { in GetEncryptedFileRanges()1342 if (m_data.GetU32(&offset, &encryption_cmd.cryptoff, 3)) { in GetEncryptedFileRanges()1343 if (encryption_cmd.cryptid != 0) { in GetEncryptedFileRanges()1345 entry.SetRangeBase(encryption_cmd.cryptoff); in GetEncryptedFileRanges()1346 entry.SetByteSize(encryption_cmd.cryptsize); in GetEncryptedFileRanges()1351 offset = load_cmd_offset + encryption_cmd.cmdsize; in GetEncryptedFileRanges()