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

References

include/llvm/BinaryFormat/MachO.h
 1237   sys::swapByteOrder(dst.cmdsize);
lib/Object/MachOObjectFile.cpp
  470   if (Dysymtab.cmdsize != sizeof(MachO::dysymtab_command))
 4480   Cmd.cmdsize = sizeof(MachO::dysymtab_command);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  886       dst->cmdsize        = sizeof(dysymtab_command);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1272           m_dysymtab.cmdsize = lc.cmdsize;
 1807   m_dysymtab.cmdsize = load_cmd.cmdsize;
tools/llvm-objdump/MachODump.cpp
 8814   outs() << "        cmdsize " << dyst.cmdsize;
 8815   if (dyst.cmdsize != sizeof(struct MachO::dysymtab_command))