Searched refs:ELFCOMPRESS_ZLIB (Results 1 – 15 of 15) sorted by relevance
/external/elfutils/tests/ |
D | elfputzdata.c | 136 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()
|
D | zstrptr.c | 101 if (elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main()
|
/external/elfutils/libelf/ |
D | elf_compress.c | 275 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in __libelf_decompress_elf() 401 if (type == ELFCOMPRESS_ZLIB) in elf_compress() 429 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress() 443 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress()
|
D | libelf.h | 60 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */ macro
|
D | elf.h | 507 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */ macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | Decompressor.cpp | 63 ELFCOMPRESS_ZLIB) in consumeCompressedZLibHeader()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 990 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-subzero/include/llvm/Support/ |
D | ELF.h | 1343 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1340 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1381 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 804 write(static_cast<ELF::Elf64_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression() 810 write(static_cast<ELF::Elf32_Word>(ELF::ELFCOMPRESS_ZLIB)); in maybeWriteCompression()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 623 ELFCOMPRESS_ZLIB) in consumeCompressedZLibHeader()
|
/external/elfutils/src/ |
D | elfcompress.c | 206 res = elf_compress (scn, compress ? ELFCOMPRESS_ZLIB : 0, flags); in compress_section()
|
D | readelf.c | 1175 if (code == ELFCOMPRESS_ZLIB) in elf_ch_type_name()
|
/external/kmod/port-gnu/ |
D | elf.h | 395 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */ macro
|