Home
last modified time | relevance | path

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

/freebsd-src/contrib/elftoolchain/readelf/
H A Dreadelf.c7018 unsigned char *compressed_data_buffer, size_t compressed_size, in decompress_section() argument
7044 compressed_data_buffer += sizeof(chdr); in decompress_section()
7061 strm.next_in = compressed_data_buffer + inflated_size; in decompress_section()