Searched refs:ELFCOMPRESS_ZLIB (Results 1 – 7 of 7) sorted by relevance
5 # CHECK: error: {{.*}}.o:(.debug_info) is compressed with ELFCOMPRESS_ZLIB, but lld is not built wi…
45 ELFCOMPRESS_ZLIB) in consumeCompressedZLibHeader()
1801 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
399 chdr->ch_type = ELFCOMPRESS_ZLIB; in writeTo()
210 if (hdr->ch_type == ELFCOMPRESS_ZLIB) { in parseCompressedHeader()
866 const uint32_t ChType = ELF::ELFCOMPRESS_ZLIB; in writeSectionData()
499 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB; in visit()