Home | History | Annotate | Download | only in liblegacy

Lines Matching full:opd_module

30 struct opd_module {
78 static struct opd_module *
81 struct opd_module * module = xmalloc(sizeof(struct opd_module));
98 static struct opd_module * opd_find_module_by_name(char * name)
101 struct opd_module * module;
104 module = list_entry(pos, struct opd_module, module_list);
117 struct opd_module * module;
121 module = list_entry(pos, struct opd_module, module_list);
154 struct opd_module * mod;
321 static struct opd_module * opd_find_module_by_eip(unsigned long eip)
324 struct opd_module * module;
327 module = list_entry(pos, struct opd_module, module_list);
354 struct opd_module * module;
367 opd_24_stats[OPD_MODULE]++;
413 struct opd_module * module;