Searched refs:CsectEntry (Results 1 – 1 of 1) sorted by relevance
378 const CsectSectionEntry &CsectEntry,1575 const MCAssembler &Asm, const CsectSectionEntry &CsectEntry, in writeSectionForControlSectionEntry() argument1578 if (CsectEntry.Index == SectionEntry::UninitializedIndex) in writeSectionForControlSectionEntry()1585 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()1586 (CsectEntry.Flags == XCOFF::STYP_TDATA) || in writeSectionForControlSectionEntry()1587 (CsectEntry.Flags == XCOFF::STYP_TBSS)) && in writeSectionForControlSectionEntry()1591 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()1596 if (CsectEntry.IsVirtual) { in writeSectionForControlSectionEntry()1597 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()1601 for (const auto &Group : CsectEntry.Groups) { in writeSectionForControlSectionEntry()[all …]