Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c7006 unsigned char *compressed_data_buffer, size_t compressed_size, in decompress_section() argument
7032 compressed_data_buffer += sizeof(chdr); in decompress_section()
7049 strm.next_in = compressed_data_buffer + inflated_size; in decompress_section()