Searched refs:ELFCOMPRESS_ZSTD (Results 1 – 8 of 8) sorted by relevance
46 case ELFCOMPRESS_ZSTD: in consumeCompressedHeader()
950 #define ELFCOMPRESS_ZSTD 2 /* Zstandard */ macro
1945 ELFCOMPRESS_ZSTD = 2, // Zstandard algorithm enumerator
421 compressed.type = ELFCOMPRESS_ZSTD; in maybeCompress()
258 } else if (hdr->ch_type == ELFCOMPRESS_ZSTD) { in parseCompressedHeader()
762 ChType = ELF::ELFCOMPRESS_ZSTD; in writeSectionData()
473 case ELFCOMPRESS_ZSTD: in visit()548 Chdr.ch_type = ELF::ELFCOMPRESS_ZSTD; in visit()
4633 else if (Chdr->ch_type == ELFCOMPRESS_ZSTD) in printSectionDetails()