Searched refs:ModuleEntry (Results 1 – 2 of 2) sorted by relevance
20 typedef struct ModuleEntry struct23 QTAILQ_ENTRY(ModuleEntry) node; argument24 } ModuleEntry; typedef26 typedef QTAILQ_HEAD(, ModuleEntry) ModuleTypeList;60 ModuleEntry *e; in register_module_init()74 ModuleEntry *e; in module_call_init()
77 ModuleFile *&ModuleEntry = Modules[Entry]; in addModule() local79 if (!ModuleEntry) { in addModule()88 ModuleEntry = New; in addModule()136 ModuleEntry->ImportedBy.insert(ImportedBy); in addModule()137 ImportedBy->Imports.insert(ModuleEntry); in addModule()139 if (!ModuleEntry->DirectlyImported) in addModule()140 ModuleEntry->ImportLoc = ImportLoc; in addModule()142 ModuleEntry->DirectlyImported = true; in addModule()145 Module = ModuleEntry; in addModule()