Searched defs:psz_coff_buf (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/tidspbridge/rmgr/
H A Ddbdcd.c356 char *psz_coff_buf; local
447 psz_coff_buf = kzalloc(ul_len + 4, GFP_KERNEL);
448 if (psz_coff_buf == NULL) {
456 cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len);
459 cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len);
463 status = cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len);
468 compress_buf(psz_coff_buf, ul_len, DSPWORDSIZE);
470 compress_buf(psz_coff_buf, ul_len, 1);
477 get_attrs_from_buf(psz_coff_buf, ul_len, obj_type, obj_def);
485 kfree(psz_coff_buf);
504 char *psz_coff_buf; local
1316 char *psz_coff_buf = NULL; local
[all...]
H A Dnldr.c403 char *psz_coff_buf = NULL; local
453 psz_coff_buf =
456 if (!psz_coff_buf)
470 DYNMEMSECT, psz_coff_buf,
475 dload_segs = (u16) (*((u32 *) psz_coff_buf));
489 mem_info_obj = (struct mem_seg_info *)(psz_coff_buf +
523 kfree(psz_coff_buf);

Completed in 56 milliseconds