Home
last modified time | relevance | path

Searched refs:encryption_cmd (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp969 encryption_info_command encryption_cmd; in CreateSections() local
973 if (m_data.GetU32(&offset, &encryption_cmd, 2) == NULL) in CreateSections()
976 if (encryption_cmd.cmd == LoadCommandEncryptionInfo) in CreateSections()
978 if (m_data.GetU32(&offset, &encryption_cmd.cryptoff, 3)) in CreateSections()
980 if (encryption_cmd.cryptid != 0) in CreateSections()
983 entry.SetRangeBase(encryption_cmd.cryptoff); in CreateSections()
984 entry.SetByteSize(encryption_cmd.cryptsize); in CreateSections()
989 offset = load_cmd_offset + encryption_cmd.cmdsize; in CreateSections()