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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  391   size += _file.segments.size() * segCommandSize;
  394   size += _file.sections.size() * sectionSize;
  398     size += sizeof(dylib_command) + pointerAlign(_file.installName.size() + 1);
  403   size += sizeof(dyld_info_command);
  407   size += sizeof(symtab_command);
  412     size += sizeof(dysymtab_command);
  418     size += pointerAlign(sizeof(dylinker_command) + dyldPath().size()+1);
  425     size += sizeof(version_min_command);
  430   size += sizeof(source_version_command);
  435     size += sizeof(entry_point_command);
  441     size += sizeof(dylib_command) + pointerAlign(dep.path.size()+1);
  447     size += pointerAlign(sizeof(rpath_command) + path.size() + 1);
  453     size += sizeof(linkedit_data_command);
  460     size += sizeof(linkedit_data_command);
  464   return size;