Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DDecompressor.cpp45 case ELFCOMPRESS_ZSTD: in consumeCompressedHeader()
/openbsd/gnu/llvm/lld/docs/
H A DReleaseNotes.rst33 * ``ELFCOMPRESS_ZSTD`` compressed input sections are now supported.
36 sections with zstd (``ELFCOMPRESS_ZSTD``).
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1829 ELFCOMPRESS_ZSTD = 2, // Zstandard algorithm enumerator
/openbsd/gnu/llvm/lld/ELF/
H A DOutputSections.cpp458 chdr->ch_type = ELFCOMPRESS_ZSTD; in writeTo()
H A DInputSection.cpp221 } else if (hdr->ch_type == ELFCOMPRESS_ZSTD) { in parseCompressedHeader()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp447 case ELFCOMPRESS_ZSTD: in visit()
522 Chdr.ch_type = ELF::ELFCOMPRESS_ZSTD; in visit()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp895 ChType = ELF::ELFCOMPRESS_ZSTD; in writeSectionData()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4214 else if (Chdr->ch_type == ELFCOMPRESS_ZSTD) in printSectionDetails()