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

References

tools/llvm-objcopy/ELF/Object.cpp
 1290       if (sectionWithinSegment(Sec, Seg)) {
 1291         Seg.addSection(&Sec);
 1292         if (!Sec.ParentSegment || Sec.ParentSegment->Offset > Seg.Offset)
 1292         if (!Sec.ParentSegment || Sec.ParentSegment->Offset > Seg.Offset)
 1293           Sec.ParentSegment = &Seg;