Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp43 case ELFCOMPRESS_ZLIB: in consumeCompressedHeader()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp116 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB in decompressAux()
218 if (hdr->ch_type == ELFCOMPRESS_ZLIB) { in parseCompressedHeader()
1191 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB in writeTo()
H A DOutputSections.cpp466 chdr->ch_type = ELFCOMPRESS_ZLIB; in writeTo()
/freebsd-14.2/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c220 if (chdr.ch_type != ELFCOMPRESS_ZLIB) { in _dwarf_elf_decompress()
/freebsd-14.2/sys/sys/
H A Delf_common.h949 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE */ macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1897 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp451 case ELFCOMPRESS_ZLIB: in visit()
526 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB; in visit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp902 ChType = ELF::ELFCOMPRESS_ZLIB; in writeSectionData()
/freebsd-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c7036 if (chdr.ch_type != ELFCOMPRESS_ZLIB) { in decompress_section()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4552 if (Chdr->ch_type == ELFCOMPRESS_ZLIB) in printSectionDetails()