Home
last modified time | relevance | path

Searched refs:debug_mirror_sym (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/dynload/
Dcload.c1581 struct dynload_symbol *debug_mirror_sym; in init_module_handle() local
1608 debug_mirror_sym = dlthis->mysym->find_matching_symbol(dlthis->mysym, in init_module_handle()
1610 if (!debug_mirror_sym) { in init_module_handle()
1634 debug_mirror_sym = dlthis->mysym->add_to_symbol_table in init_module_handle()
1637 if (!debug_mirror_sym) { in init_module_handle()
1642 debug_mirror_sym->value = (u32) mlst; in init_module_handle()
1648 mlist = (struct dbg_mirror_root *)debug_mirror_sym->value; in init_module_handle()