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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  261   _startOfLoadCommands = _is64 ? sizeof(mach_header_64) : sizeof(mach_header);
  267     _endOfLoadCommands = _startOfLoadCommands
  319       << "  startOfLoadCommands=" << _startOfLoadCommands << "\n"
  330     _endOfLoadCommands = _startOfLoadCommands
  360       << "  startOfLoadCommands=" << _startOfLoadCommands << "\n"
  598   mh->sizeofcmds = _endOfLoadCommands - _startOfLoadCommands;
  772   uint8_t *lc = &_buffer[_startOfLoadCommands];