Searched refs:ELFCOMPRESS_ZSTD (Results 1 – 8 of 8) sorted by relevance
46 case ELFCOMPRESS_ZSTD: in consumeCompressedHeader()
987 #define ELFCOMPRESS_ZSTD 2 /* Zstandard */ macro
2038 ELFCOMPRESS_ZSTD = 2, // Zstandard algorithm enumerator
438 compressed.type = ELFCOMPRESS_ZSTD; in maybeCompress()
267 } else if (hdr->ch_type == ELFCOMPRESS_ZSTD) { in parseCompressedHeader()
765 ChType = ELF::ELFCOMPRESS_ZSTD; in writeSectionData()
470 case ELFCOMPRESS_ZSTD: in visit()545 Chdr.ch_type = ELF::ELFCOMPRESS_ZSTD; in visit()
4698 else if (Chdr->ch_type == ELFCOMPRESS_ZSTD) in printSectionDetails()