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

References

include/llvm/BinaryFormat/MachO.h
 1061   sys::swapByteOrder(seg.cmdsize);
tools/dsymutil/MachOUtils.cpp
  124   Seg64.cmdsize = Seg.cmdsize;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  625   seg->cmdsize = sizeof(typename T::command)
  627   uint8_t *next = lc + seg->cmdsize;
  680       cmd->cmdsize = sizeof(typename T::command);
  681       uint8_t *next = lc + cmd->cmdsize;
  699     cmd->cmdsize = sizeof(typename T::command)
  701     uint8_t *next = lc + cmd->cmdsize;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6217                  segment.cmd, segment.cmdsize, segment.vmaddr,
 6223           buffer.PutHex32(segment.cmdsize);
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  190       MLC.segment_command_64_data.cmdsize =
  253       MLC->segment_command_64_data.cmdsize = sizeof(MachO::segment_command_64);
tools/llvm-objdump/MachODump.cpp
10084       PrintSegmentCommand(SLC_64.cmd, SLC_64.cmdsize, SLC_64.segname,
tools/llvm-readobj/MachODumper.cpp
  381   Segment.cmdsize = SC.cmdsize;