Lines Matching refs:CsectEntry
284 const CsectSectionEntry &CsectEntry,
1152 const CsectSectionEntry &CsectEntry, uint64_t &CurrentAddressLocation) { in writeSectionForControlSectionEntry() argument
1154 if (CsectEntry.Index == SectionEntry::UninitializedIndex) in writeSectionForControlSectionEntry()
1161 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()
1162 (CsectEntry.Flags == XCOFF::STYP_TDATA) || in writeSectionForControlSectionEntry()
1163 (CsectEntry.Flags == XCOFF::STYP_TBSS)) && in writeSectionForControlSectionEntry()
1167 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()
1172 if (CsectEntry.IsVirtual) { in writeSectionForControlSectionEntry()
1173 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()
1177 for (const auto &Group : CsectEntry.Groups) { in writeSectionForControlSectionEntry()
1191 CsectEntry.Address + CsectEntry.Size - CurrentAddressLocation) { in writeSectionForControlSectionEntry()