Home
last modified time | relevance | path

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

/external/elfutils/tests/
Delfputzdata.c136 int res = elf_compress (scn, ELFCOMPRESS_ZLIB, 0); in main()
140 res = elf_compress (scn, ELFCOMPRESS_ZLIB, ELF_CHF_FORCE); in main()
223 && elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main()
Dzstrptr.c101 if (elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main()
/external/elfutils/libelf/
Delf_compress.c264 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in __libelf_decompress_elf()
381 if (type == ELFCOMPRESS_ZLIB) in elf_compress()
409 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress()
423 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress()
Dlibelf.h60 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */ macro
Delf.h396 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */ macro
/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/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/valgrind/coregrind/m_debuginfo/
Dreadelf.c84 #if !defined(ELFCOMPRESS_ZLIB)
85 #define ELFCOMPRESS_ZLIB 1 macro
1476 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in check_compression()
/external/elfutils/src/
Delfcompress.c209 res = elf_compress (scn, compress ? ELFCOMPRESS_ZLIB : 0, flags); in compress_section()
Dreadelf.c1101 if (code == ELFCOMPRESS_ZLIB) in elf_ch_type_name()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp623 ELFCOMPRESS_ZLIB) in consumeCompressedZLibHeader()
/external/kmod/port-gnu/
Delf.h395 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */ macro