Searched refs:psz_coff_buf (Results 1 - 2 of 2) sorted by relevance
/drivers/staging/tidspbridge/rmgr/ |
H A D | dbdcd.c | 392 char *psz_coff_buf; local 489 psz_coff_buf = kzalloc(ul_len + 4, GFP_KERNEL); 490 if (psz_coff_buf == NULL) { 498 cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len); 501 cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len); 505 status = cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len); 510 compress_buf(psz_coff_buf, ul_len, DSPWORDSIZE); 512 compress_buf(psz_coff_buf, ul_len, 1); 519 get_attrs_from_buf(psz_coff_buf, ul_len, obj_type, obj_def); 527 kfree(psz_coff_buf); 546 char *psz_coff_buf; local 1411 char *psz_coff_buf = NULL; local [all...] |
H A D | nldr.c | 414 char *psz_coff_buf = NULL; local 473 psz_coff_buf = 476 if (!psz_coff_buf) 490 DYNMEMSECT, psz_coff_buf, 495 dload_segs = (u16) (*((u32 *) psz_coff_buf)); 509 mem_info_obj = (struct mem_seg_info *)(psz_coff_buf + 543 kfree(psz_coff_buf);
|
Completed in 30 milliseconds