Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/tidspbridge/dynload/
Dcload.c1580 struct ldr_section_info dllview_info; in init_module_handle() local
1699 dllview_info = dllview_info_init; in init_module_handle()
1700 dllview_info.size = TDATA_TO_TADDR(hndl->dm.dbsiz); in init_module_handle()
1702 dllview_info.context = 0; in init_module_handle()
1715 if (!dlthis->myalloc->dload_allocate(dlthis->myalloc, &dllview_info, in init_module_handle()
1720 hndl->dm.dbthis = dllview_info.load_addr; in init_module_handle()
1723 hndl->dm.context = dllview_info.context; in init_module_handle()
1732 dllview_info.load_addr, &dllview_info, in init_module_handle()
1733 TADDR_TO_HOST(dllview_info.size))) { in init_module_handle()
1738 mhdr.first_module = TADDR_TO_TDATA(dllview_info.load_addr); in init_module_handle()
[all …]