Home
last modified time | relevance | path

Searched refs:uncompressed_data_buffer (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c7030 unsigned char *uncompressed_data_buffer = NULL; in decompress_section() local
7043 uncompressed_data_buffer = malloc(uncompressed_size); in decompress_section()
7062 strm.next_out = uncompressed_data_buffer + inflated_size; in decompress_section()
7076 *ret_buf = uncompressed_data_buffer; in decompress_section()
7085 free(uncompressed_data_buffer); in decompress_section()