Home
last modified time | relevance | path

Searched refs:uncompressed_buffer (Results 1 – 25 of 73) sorted by relevance

123

/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcompress.c508 bfd_byte *uncompressed_buffer, in decompress_contents() argument
514 size_t ret = ZSTD_decompress (uncompressed_buffer, uncompressed_size, in decompress_contents()
546 strm.next_out = ((Bytef*) uncompressed_buffer in decompress_contents()
1061 bfd_byte *uncompressed_buffer; in bfd_init_section_compress_status() local
1077 uncompressed_buffer = (bfd_byte *) bfd_malloc (uncompressed_size); in bfd_init_section_compress_status()
1079 if (uncompressed_buffer == NULL) in bfd_init_section_compress_status()
1082 if (!bfd_get_section_contents (abfd, sec, uncompressed_buffer, in bfd_init_section_compress_status()
1085 free (uncompressed_buffer); in bfd_init_section_compress_status()
1089 sec->contents = uncompressed_buffer; in bfd_init_section_compress_status()
1116 bfd_compress_section (bfd *abfd, sec_ptr sec, bfd_byte *uncompressed_buffer) in bfd_compress_section() argument
[all …]
Dbfd-in2.h2896 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcompress.c508 bfd_byte *uncompressed_buffer, in decompress_contents() argument
514 size_t ret = ZSTD_decompress (uncompressed_buffer, uncompressed_size, in decompress_contents()
546 strm.next_out = ((Bytef*) uncompressed_buffer in decompress_contents()
1065 bfd_byte *uncompressed_buffer; in bfd_init_section_compress_status() local
1081 uncompressed_buffer = (bfd_byte *) bfd_malloc (uncompressed_size); in bfd_init_section_compress_status()
1083 if (uncompressed_buffer == NULL) in bfd_init_section_compress_status()
1086 if (!bfd_get_section_contents (abfd, sec, uncompressed_buffer, in bfd_init_section_compress_status()
1089 free (uncompressed_buffer); in bfd_init_section_compress_status()
1093 sec->contents = uncompressed_buffer; in bfd_init_section_compress_status()
1120 bfd_compress_section (bfd *abfd, sec_ptr sec, bfd_byte *uncompressed_buffer) in bfd_compress_section() argument
[all …]
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_support_format_zip.c178 unsigned char *uncompressed_buffer; member
1199 const void *uncompressed_buffer = NULL; in zip_read_local_file_header() local
1206 … status = zip_read_data_deflate(a, &uncompressed_buffer, in zip_read_local_file_header()
1214 … status = zip_read_data_zipx_lzma_alone(a, &uncompressed_buffer, in zip_read_local_file_header()
1223 p = uncompressed_buffer; in zip_read_local_file_header()
1751 free(zip->uncompressed_buffer); in zipx_xz_init()
1754 zip->uncompressed_buffer = malloc(zip->uncompressed_buffer_size); in zipx_xz_init()
1755 if (zip->uncompressed_buffer == NULL) { in zipx_xz_init()
1862 if(!zip->uncompressed_buffer) { in zipx_lzma_alone_init()
1864 zip->uncompressed_buffer = malloc(zip->uncompressed_buffer_size); in zipx_lzma_alone_init()
[all …]
Darchive_read_support_format_cab.c290 unsigned char *uncompressed_buffer; member
1412 if (cab->uncompressed_buffer == NULL) { in cab_read_ahead_cfdata_deflate()
1414 cab->uncompressed_buffer in cab_read_ahead_cfdata_deflate()
1416 if (cab->uncompressed_buffer == NULL) { in cab_read_ahead_cfdata_deflate()
1426 d = cab->uncompressed_buffer + cfdata->read_offset; in cab_read_ahead_cfdata_deflate()
1468 cab->uncompressed_buffer + cab->stream.total_out; in cab_read_ahead_cfdata_deflate()
1586 cab->uncompressed_buffer, cfdata->uncompressed_size); in cab_read_ahead_cfdata_deflate()
1591 d = cab->uncompressed_buffer + cfdata->read_offset; in cab_read_ahead_cfdata_deflate()
1641 if (cab->uncompressed_buffer == NULL) { in cab_read_ahead_cfdata_lzx()
1643 cab->uncompressed_buffer in cab_read_ahead_cfdata_lzx()
[all …]
Darchive_read_support_format_7zip.c270 unsigned char *uncompressed_buffer; member
972 free(zip->uncompressed_buffer); in archive_read_format_7zip_cleanup()
3238 if (zip->uncompressed_buffer == NULL) { in extract_pack_stream()
3244 zip->uncompressed_buffer = in extract_pack_stream()
3246 if (zip->uncompressed_buffer == NULL) { in extract_pack_stream()
3262 zip->uncompressed_buffer; in extract_pack_stream()
3275 p = realloc(zip->uncompressed_buffer, new_size); in extract_pack_stream()
3281 zip->uncompressed_buffer = (unsigned char *)p; in extract_pack_stream()
3288 memmove(zip->uncompressed_buffer, in extract_pack_stream()
3289 zip->uncompressed_buffer + used, in extract_pack_stream()
[all …]
Darchive_read_support_format_iso9660.c229 unsigned char *uncompressed_buffer; member
1551 if (zisofs->uncompressed_buffer != NULL) in zisofs_read_data()
1552 free(zisofs->uncompressed_buffer); in zisofs_read_data()
1553 zisofs->uncompressed_buffer = malloc(xsize); in zisofs_read_data()
1554 if (zisofs->uncompressed_buffer == NULL) { in zisofs_read_data()
1678 memset(zisofs->uncompressed_buffer, 0, in zisofs_read_data()
1687 zisofs->stream.next_out = zisofs->uncompressed_buffer; in zisofs_read_data()
1708 *buff = zisofs->uncompressed_buffer; in zisofs_read_data()
1818 free(iso9660->entry_zisofs.uncompressed_buffer); in archive_read_format_iso9660_cleanup()
Darchive_write_disk_posix.c310 char *uncompressed_buffer; member
1314 zr = uncompress((Bytef *)a->uncompressed_buffer, in hfs_decompress()
1323 b = (unsigned char *)a->uncompressed_buffer; in hfs_decompress()
1552 if (a->uncompressed_buffer == NULL) { in hfs_write_decmpfs_block()
1559 a->uncompressed_buffer = new_block; in hfs_write_decmpfs_block()
1601 memcpy(a->uncompressed_buffer + in hfs_write_decmpfs_block()
1604 buffer_to_write = a->uncompressed_buffer; in hfs_write_decmpfs_block()
2719 free(a->uncompressed_buffer); in _archive_write_disk_free()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c15905 unsigned char *uncompressed_buffer = NULL; in uncompress_section_contents() local
15919 uncompressed_buffer = xmalloc (uncompressed_size); in uncompress_section_contents()
15924 size_t ret = ZSTD_decompress (uncompressed_buffer, uncompressed_size, in uncompress_section_contents()
15949 strm.next_out = ((Bytef *)uncompressed_buffer in uncompress_section_contents()
15960 *buffer = uncompressed_buffer; in uncompress_section_contents()
15965 free (uncompressed_buffer); in uncompress_section_contents()
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/sh3eb/
Dbfd.h2900 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/alpha/
Dbfd-in3.h2921 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/vax/
Dbfd.h2900 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/earmhf/
Dbfd.h2900 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/mipsel/
Dbfd.h2921 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
Dbfd-in3.h2921 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/sparc/
Dbfd-in3.h2921 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/i386/
Dbfd.h2921 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/ia64/
Dbfd.h2900 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/hppa/
Dbfd.h2921 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
Dbfd-in3.h2921 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/sparc64/
Dbfd.h2900 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/mipsel/
Dbfd.h2900 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/mipseb/
Dbfd-in3.h2921 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/binutils/lib/libbfd/arch/armeb/
Dbfd.h7857 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);
/netbsd/src/external/gpl3/gdb/lib/libbfd/arch/arm/
Dbfd-in3.h2921 (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer);

123