Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/tidspbridge/dynload/
Dcload.c1575 struct dll_module *dbmod; in init_module_handle() local
1658 dbmod = (struct dll_module *)dlthis->local_symtab; in init_module_handle()
1660 dbmod->num_sects = dlthis->allocated_secn_count; in init_module_handle()
1661 dbmod->timestamp = dlthis->verify.dv_timdat; in init_module_handle()
1662 dbmod->version = INIT_VERSION; in init_module_handle()
1663 dbmod->verification = VERIFICATION; in init_module_handle()
1665 dbsec = dbmod->sects; in init_module_handle()
1676 dbmod->num_sects++; in init_module_handle()
1697 hndl->dm.dbsiz = HOST_TO_TDATA_ROUND(cp - (char *)dbmod); in init_module_handle()
1706 dbmod->next_module = TADDR_TO_TDATA(mlist->next->dm.dbthis); in init_module_handle()
[all …]