Searched refs:ModInit (Results 1 – 2 of 2) sorted by relevance
48 void addModInitsSection(SectionExtent ModInit) { in addModInitsSection() argument49 ModInitSections.push_back(std::move(ModInit)); in addModInitsSection()
90 for (const auto &ModInit : ModInitSections) { in runModInits() local91 for (uint64_t I = 0; I != ModInit.NumPtrs; ++I) { in runModInits()93 ModInit.Address + (I * sizeof(uintptr_t))); in runModInits()