Searched refs:Extern (Results 1 – 2 of 2) sorted by relevance
262 Extern = ExternObject()263 Extern.SetEntryPoint(self.EntryPoint)264 Extern.SetUnloadImage(self.UnloadImage)265 Extern.SetConstructor(self.Constructor)266 Extern.SetDestructor(self.Destructor)268 Extern.SetSupModList(self.CommonDefines.SupModList)270 Extern.SetSupArchList(self.CommonDefines.SupArchList)271 return Extern273 def ToXml(self, Extern, Key): argument278 if Extern.GetEntryPoint():[all …]
357 for Extern in ModuleObject.GetExternList():358 ArchList = Extern.GetSupArchList()359 EntryPoint = Extern.GetEntryPoint()360 UnloadImage = Extern.GetUnloadImage()361 Constructor = Extern.GetConstructor()362 Destructor = Extern.GetDestructor()363 HelpStringList = Extern.GetHelpTextList()364 FFE = Extern.GetFeatureFlag()