Searched refs:ModInitsSectionsNew (Results 1 – 1 of 1) sorted by relevance
140 std::vector<span<void (*)()>> ModInitsSectionsNew; member356 JDS->ModInitsSectionsNew.push_back(KV.second.toSpan<void (*)()>()); in registerObjectPlatformSections()430 removeIfPresent(JDS->ModInitsSectionsNew, KV.second); in deregisterObjectPlatformSections()701 for (const auto &ModInits : JDS.ModInitsSectionsNew) { in runModInits()706 moveAppendSections(JDS.ModInitsSections, JDS.ModInitsSectionsNew); in runModInits()869 moveAppendSections(JDS.ModInitsSections, JDS.ModInitsSectionsNew); in dlcloseDeinitialize()870 JDS.ModInitsSectionsNew = std::move(JDS.ModInitsSections); in dlcloseDeinitialize()