Lines Matching refs:zlib
26 #include <zlib.h>
40 // (including not having zlib support in the library). If it returns
44 // "ZLIB", and 8 bytes indicating the uncompressed size, in big-endian
70 memcpy(*compressed_data, "ZLIB", 4);
154 /* Verify the compression header. Currently, we support only zlib
155 compression, so it should be "ZLIB" followed by the uncompressed
159 "ZLIB", 4) == 0)
174 /* Verify the compression header. Currently, we support only zlib
175 compression, so it should be "ZLIB" followed by the uncompressed
179 "ZLIB", 4) == 0)
213 if (strcmp(this->options_->compress_debug_sections(), "zlib") == 0)
225 gold_warning(_("not compressing section data: zlib error"));