Lines Matching refs:CsectEntry
381 const CsectSectionEntry &CsectEntry,
1530 const CsectSectionEntry &CsectEntry, uint64_t &CurrentAddressLocation) { in writeSectionForControlSectionEntry() argument
1532 if (CsectEntry.Index == SectionEntry::UninitializedIndex) in writeSectionForControlSectionEntry()
1539 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()
1540 (CsectEntry.Flags == XCOFF::STYP_TDATA) || in writeSectionForControlSectionEntry()
1541 (CsectEntry.Flags == XCOFF::STYP_TBSS)) && in writeSectionForControlSectionEntry()
1545 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()
1550 if (CsectEntry.IsVirtual) { in writeSectionForControlSectionEntry()
1551 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()
1555 for (const auto &Group : CsectEntry.Groups) { in writeSectionForControlSectionEntry()
1569 CsectEntry.Address + CsectEntry.Size - CurrentAddressLocation) { in writeSectionForControlSectionEntry()