Home
last modified time | relevance | path

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

/external/elfutils/tests/
Delfputzdata.c139 int res = elf_compress (scn, ELFCOMPRESS_ZLIB, 0); in main()
143 res = elf_compress (scn, ELFCOMPRESS_ZLIB, ELF_CHF_FORCE); in main()
228 && elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main()
Dzstrptr.c102 if (elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main()
/external/elfutils/libelf/
Delf_compress.c273 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in __libelf_decompress_elf()
399 if (type == ELFCOMPRESS_ZLIB) in elf_compress()
427 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress()
441 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress()
Dlibelf.h60 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */ macro
Delf.h505 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */ macro
/external/llvm-project/llvm/lib/Object/
DDecompressor.cpp62 ELFCOMPRESS_ZLIB) in consumeCompressedZLibHeader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DDecompressor.cpp62 ELFCOMPRESS_ZLIB) in consumeCompressedZLibHeader()
/external/llvm/include/llvm/Support/
DELF.h1340 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1343 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
/external/llvm-project/lld/ELF/
DOutputSections.cpp294 hdr->ch_type = ELFCOMPRESS_ZLIB; in maybeCompress()
DInputSection.cpp250 if (hdr->ch_type != ELFCOMPRESS_ZLIB) { in parseCompressedHeader()
268 if (hdr->ch_type != ELFCOMPRESS_ZLIB) { in parseCompressedHeader()
/external/llvm/lib/MC/
DELFObjectWriter.cpp990 write(static_cast<ELF::Elf64_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression()
996 write(static_cast<ELF::Elf32_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1564 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1592 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp820 write(static_cast<ELF::Elf64_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression()
826 write(static_cast<ELF::Elf32_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression()
/external/llvm-project/llvm/lib/MC/
DELFObjectWriter.cpp820 write(static_cast<ELF::Elf64_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression()
826 write(static_cast<ELF::Elf32_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp623 ELFCOMPRESS_ZLIB) in consumeCompressedZLibHeader()
/external/elfutils/src/
Delfcompress.c206 res = elf_compress (scn, compress ? ELFCOMPRESS_ZLIB : 0, flags); in compress_section()
Dreadelf.c1212 if (code == ELFCOMPRESS_ZLIB) in elf_ch_type_name()
/external/kmod/port-gnu/
Delf.h395 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */ macro
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp538 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB; in visit()