Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp62 ELFCOMPRESS_ZLIB) in consumeCompressedZLibHeader()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp294 hdr->ch_type = ELFCOMPRESS_ZLIB; in maybeCompress()
H A DInputSection.cpp261 if (hdr->ch_type != ELFCOMPRESS_ZLIB) { in parseCompressedHeader()
/freebsd-13.1/sys/sys/
H A Delf_common.h943 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE */ macro
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp822 write(static_cast<ELF::Elf64_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression()
828 write(static_cast<ELF::Elf32_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1672 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp537 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB; in visit()
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c7024 if (chdr.ch_type != ELFCOMPRESS_ZLIB) { in decompress_section()