Home
last modified time | relevance | path

Searched refs:ParentSegment (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp347 Segment *Seg = Sec->ParentSegment; in sectionPhysicalAddr()
1426 if (Child.ParentSegment == nullptr || in setParentSegment()
1427 compareSegmentsByOffset(&Parent, Child.ParentSegment)) { in setParentSegment()
1428 Child.ParentSegment = &Parent; in setParentSegment()
1482 if (!Sec.ParentSegment || Sec.ParentSegment->Offset > Seg.Offset) in readProgramHeaders()
1483 Sec.ParentSegment = &Seg; in readProgramHeaders()
2118 if (Sec.ParentSegment == nullptr) in writeSectionData()
2136 auto *Parent = Sec->ParentSegment; in writeSegmentData()
2145 Segment *Parent = Sec.ParentSegment; in writeSegmentData()
2174 if (Data.size() > OldSec->Size && OldSec->ParentSegment) in updateSection()
[all …]
H A DELFObjcopy.cpp239 if (Sec.ParentSegment) in compressOrDecompressSections()
457 return RemovePred(Sec) || Sec.ParentSegment == nullptr; in replaceAndRemoveSections()
473 return (Sec.Flags & SHF_ALLOC) == 0 && Sec.ParentSegment == nullptr; in replaceAndRemoveSections()
492 if (Sec.ParentSegment != nullptr) in replaceAndRemoveSections()
503 return (Sec.Flags & SHF_ALLOC) != 0 && !Sec.ParentSegment; in replaceAndRemoveSections()
H A DELFObject.h512 Segment *ParentSegment = nullptr; variable
583 Segment *ParentSegment = nullptr; variable