Lines Matching defs:buf_out
225 void *buf_out = malloc (size_out ?: 1);
226 if (unlikely (buf_out == NULL))
236 .next_out = buf_out,
242 z.next_out = buf_out + (size_out - z.avail_out);
254 free (buf_out);
255 buf_out = NULL;
260 return buf_out;
298 void *buf_out = __libelf_decompress (buf_in, size_in, chdr.ch_size);
301 return buf_out;
495 void *buf_out = __libelf_decompress_elf (scn, &size_out, &addralign);
496 if (buf_out == NULL)
499 scn->zdata_base = buf_out;