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

References

lib/Object/MachOObjectFile.cpp
  604   if (LinkData.cmdsize != sizeof(MachO::linkedit_data_command))
  608   if (LinkData.dataoff > FileSize)
  612   uint64_t BigSize = LinkData.dataoff;
  613   BigSize += LinkData.datasize;
  619   if (Error Err = checkOverlappingElement(Elements, LinkData.dataoff,
  620                                           LinkData.datasize, ElementName))