Searched refs:ldr_fxns (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/tidspbridge/rmgr/
H A Dnldr.c198 struct dbll_fxns ldr_fxns; /* Loader function table */ member in struct:nldr_object
252 static struct dbll_fxns ldr_fxns = { variable in typeref:struct:dbll_fxns
455 nldr_obj->ldr_fxns = ldr_fxns;
456 if (!(nldr_obj->ldr_fxns.init_fxn()))
469 nldr_obj->ldr_fxns.get_sect_fxn(nldr_obj->base_lib,
489 nldr_obj->ldr_fxns.read_sect_fxn(nldr_obj->base_lib,
530 nldr_obj->ldr_fxns.get_attrs_fxn(nldr_obj->dbll, &save_attrs);
574 status = nldr_obj->ldr_fxns.load_fxn(nldr_obj->base_lib, flags,
601 nldr_obj->ldr_fxns
[all...]
/drivers/staging/tidspbridge/pmgr/
H A Dcod.c66 static struct dbll_fxns ldr_fxns = { variable in typeref:struct:dbll_fxns
222 mgr_new->fxns = ldr_fxns;

Completed in 24 milliseconds