Searched refs:ModuleEntry (Results 1 – 2 of 2) sorted by relevance
18 typedef struct ModuleEntry struct22 QTAILQ_ENTRY(ModuleEntry) node; argument23 } ModuleEntry; typedef25 typedef QTAILQ_HEAD(, ModuleEntry) ModuleTypeList;59 ModuleEntry *e; in register_module_init()73 ModuleEntry *e; in module_call_init()
47 ModuleFile *&ModuleEntry = Modules[Entry]; in addModule() local49 if (!ModuleEntry) { in addModule()55 ModuleEntry = New; in addModule()81 ModuleEntry->ImportedBy.insert(ImportedBy); in addModule()82 ImportedBy->Imports.insert(ModuleEntry); in addModule()84 ModuleEntry->DirectlyImported = true; in addModule()87 return std::make_pair(ModuleEntry, NewModule); in addModule()