Searched refs:CsectEntry (Results 1 – 1 of 1) sorted by relevance
284 const CsectSectionEntry &CsectEntry,1152 const CsectSectionEntry &CsectEntry, uint64_t &CurrentAddressLocation) { in writeSectionForControlSectionEntry() argument1154 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()[all …]