Lines Matching refs:CsectEntry
380 const CsectSectionEntry &CsectEntry,
1591 const MCAssembler &Asm, const CsectSectionEntry &CsectEntry, in writeSectionForControlSectionEntry() argument
1594 if (CsectEntry.Index == SectionEntry::UninitializedIndex) in writeSectionForControlSectionEntry()
1601 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()
1602 (CsectEntry.Flags == XCOFF::STYP_TDATA) || in writeSectionForControlSectionEntry()
1603 (CsectEntry.Flags == XCOFF::STYP_TBSS)) && in writeSectionForControlSectionEntry()
1607 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()
1612 if (CsectEntry.IsVirtual) { in writeSectionForControlSectionEntry()
1613 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()
1617 for (const auto &Group : CsectEntry.Groups) { in writeSectionForControlSectionEntry()
1631 CsectEntry.Address + CsectEntry.Size - CurrentAddressLocation) { in writeSectionForControlSectionEntry()