Searched refs:CsectEntry (Results 1 – 1 of 1) sorted by relevance
322 const CsectSectionEntry &CsectEntry,1411 const CsectSectionEntry &CsectEntry, uint64_t &CurrentAddressLocation) { in writeSectionForControlSectionEntry() argument1413 if (CsectEntry.Index == SectionEntry::UninitializedIndex) in writeSectionForControlSectionEntry()1420 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()1421 (CsectEntry.Flags == XCOFF::STYP_TDATA) || in writeSectionForControlSectionEntry()1422 (CsectEntry.Flags == XCOFF::STYP_TBSS)) && in writeSectionForControlSectionEntry()1426 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()1431 if (CsectEntry.IsVirtual) { in writeSectionForControlSectionEntry()1432 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()1436 for (const auto &Group : CsectEntry.Groups) { in writeSectionForControlSectionEntry()[all …]