Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp43 case ELFCOMPRESS_ZLIB: in consumeCompressedHeader()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c220 if (chdr.ch_type != ELFCOMPRESS_ZLIB) { in _dwarf_elf_decompress()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp116 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB in decompressAux()
254 if (hdr->ch_type == ELFCOMPRESS_ZLIB) { in parseCompressedHeader()
1240 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB in writeTo()
H A DOutputSections.cpp452 compressed.type = ELFCOMPRESS_ZLIB; in maybeCompress()
500 if (compressed.type == ELFCOMPRESS_ZLIB) { in writeTo()
/freebsd/sys/sys/
H A Delf_common.h970 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1944 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp759 ChType = ELF::ELFCOMPRESS_ZLIB; in writeSectionData()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp470 case ELFCOMPRESS_ZLIB: in visit()
545 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB; in visit()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c7036 if (chdr.ch_type != ELFCOMPRESS_ZLIB) { in decompress_section()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4631 if (Chdr->ch_type == ELFCOMPRESS_ZLIB) in printSectionDetails()