Lines Matching refs:buf_out
217 void *buf_out = malloc (size_out); in __libelf_decompress() local
218 if (unlikely (buf_out == NULL)) in __libelf_decompress()
228 .next_out = buf_out, in __libelf_decompress()
234 z.next_out = buf_out + (size_out - z.avail_out); in __libelf_decompress()
248 free (buf_out); in __libelf_decompress()
253 return buf_out; in __libelf_decompress()
291 void *buf_out = __libelf_decompress (buf_in, size_in, chdr.ch_size); in __libelf_decompress_elf() local
294 return buf_out; in __libelf_decompress_elf()
479 void *buf_out = __libelf_decompress_elf (scn, &size_out, &addralign); in elf_compress() local
480 if (buf_out == NULL) in elf_compress()
483 scn->zdata_base = buf_out; in elf_compress()