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

References

lib/Object/MachOObjectFile.cpp
 4006       Info.SectionName = *NameOrErr;
 4007     Info.Address = Section.getAddress();
 4008     Info.Size = Section.getSize();
 4009     Info.SegmentName =
 4011     if (!Info.SegmentName.equals(CurSegName)) {
 4013       CurSegName = Info.SegmentName;
 4014       CurSegAddress = Info.Address;
 4016     Info.SegmentIndex = CurSegIndex - 1;
 4017     Info.OffsetInSegment = Info.Address - CurSegAddress;
 4017     Info.OffsetInSegment = Info.Address - CurSegAddress;
 4018     Info.SegmentStartAddress = CurSegAddress;
 4019     Sections.push_back(Info);