Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp46 case ELFCOMPRESS_ZSTD: in consumeCompressedHeader()
/freebsd/sys/sys/
H A Delf_common.h950 #define ELFCOMPRESS_ZSTD 2 /* Zstandard */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1945 ELFCOMPRESS_ZSTD = 2, // Zstandard algorithm enumerator
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp421 compressed.type = ELFCOMPRESS_ZSTD; in maybeCompress()
H A DInputSection.cpp258 } else if (hdr->ch_type == ELFCOMPRESS_ZSTD) { in parseCompressedHeader()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp762 ChType = ELF::ELFCOMPRESS_ZSTD; in writeSectionData()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp473 case ELFCOMPRESS_ZSTD: in visit()
548 Chdr.ch_type = ELF::ELFCOMPRESS_ZSTD; in visit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4633 else if (Chdr->ch_type == ELFCOMPRESS_ZSTD) in printSectionDetails()