Lines Matching refs:out_buf
44 do_deflate_cleanup (void *result, z_stream *z, void *out_buf,
48 free (out_buf);
55 do_deflate_cleanup(result, &z, out_buf, cdata)
97 void *out_buf = malloc (out_size);
98 if (out_buf == NULL)
160 z.next_out = out_buf + used;
177 void *bigger = realloc (out_buf, out_size + block);
183 out_buf = bigger;
205 return out_buf;
409 void *out_buf = __libelf_compress (scn, hsize, elfdata,
414 if (out_buf == (void *) -1)
418 if (out_buf == NULL)
434 memcpy (out_buf, &chdr, sizeof (Elf32_Chdr));
450 memcpy (out_buf, &chdr, sizeof (Elf64_Chdr));
470 __libelf_reset_rawdata (scn, out_buf, new_size, 1, ELF_T_CHDR);