Searched refs:CsectEntry (Results 1 – 1 of 1) sorted by relevance
380 const CsectSectionEntry &CsectEntry,1591 const MCAssembler &Asm, const CsectSectionEntry &CsectEntry, in writeSectionForControlSectionEntry() argument1594 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()[all …]