Searched refs:opd_module (Results 1 – 3 of 3) sorted by relevance
30 struct opd_module { struct78 static struct opd_module *81 struct opd_module * module = xmalloc(sizeof(struct opd_module)); in opd_create_module()98 static struct opd_module * opd_find_module_by_name(char * name) in opd_find_module_by_name()101 struct opd_module * module; in opd_find_module_by_name()104 module = list_entry(pos, struct opd_module, module_list); in opd_find_module_by_name()117 struct opd_module * module; in opd_clear_module_info()121 module = list_entry(pos, struct opd_module, module_list); in opd_clear_module_info()154 struct opd_module * mod; in opd_get_module_info()321 static struct opd_module * opd_find_module_by_eip(unsigned long eip) in opd_find_module_by_eip()[all …]
1367 * dae/opd_kernel.c (struct opd_module):
1645 a list. Unify the way we create opd_module