reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/MachO.h
 1221   sys::swapByteOrder(e.cryptoff);
lib/Object/MachOObjectFile.cpp
 1487       if ((Err = checkEncryptCommand(*this, Load, I, E.cryptoff, E.cryptsize,
lib/ObjectYAML/MachOYAML.cpp
  348   IO.mapRequired("cryptoff", LoadCommand.cryptoff);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1304       if (m_data.GetU32(&offset, &encryption_cmd.cryptoff, 3)) {
 1307           entry.SetRangeBase(encryption_cmd.cryptoff);
tools/llvm-objdump/MachODump.cpp
 9202   outs() << "     cryptoff " << ec.cryptoff;
 9203   if (ec.cryptoff > object_size)