Searched refs:ParentSegment (Results 1 – 3 of 3) sorted by relevance
600 if (Child.ParentSegment == nullptr || in setParentSegment()601 compareSegmentsByOffset(&Parent, Child.ParentSegment)) { in setParentSegment()602 Child.ParentSegment = &Parent; in setParentSegment()627 if (!Section.ParentSegment || in readProgramHeaders()628 Section.ParentSegment->Offset > Seg.Offset) { in readProgramHeaders()629 Section.ParentSegment = &Seg; in readProgramHeaders()1131 if (Segment->ParentSegment != nullptr) { in LayoutSegments()1132 auto Parent = Segment->ParentSegment; in LayoutSegments()1161 if (Section.ParentSegment != nullptr) { in LayoutSections()1162 auto Segment = *Section.ParentSegment; in LayoutSections()[all …]
237 Segment *ParentSegment = nullptr; variable292 Segment *ParentSegment = nullptr; variable
1 # This test tests how ParentSegment is set for Segments. In particular this test