Searched refs:ELFCOMPRESS_ZLIB (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dcompressed_output.cc157 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
163 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
173 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
179 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
269 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
276 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
286 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
295 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dcompressed_output.cc157 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
163 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
173 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
179 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
269 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
276 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
286 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
295 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dcompressed_output.cc157 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
163 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
173 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
179 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB)
269 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
276 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
286 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
295 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DDecompressor.cpp62 ELFCOMPRESS_ZLIB)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dbfd.c2505 bfd_put_32 (abfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
2516 bfd_put_32 (abfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
2589 if (chdr.ch_type == ELFCOMPRESS_ZLIB
2789 bfd_put_32 (obfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
2796 bfd_put_32 (obfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dbfd.c2505 bfd_put_32 (abfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
2516 bfd_put_32 (abfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
2589 if (chdr.ch_type == ELFCOMPRESS_ZLIB
2789 bfd_put_32 (obfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
2796 bfd_put_32 (obfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dbfd.c2572 bfd_put_32 (abfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
2583 bfd_put_32 (abfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
2656 if (chdr.ch_type == ELFCOMPRESS_ZLIB
2856 bfd_put_32 (obfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
2863 bfd_put_32 (obfd, ELFCOMPRESS_ZLIB, &echdr->ch_type);
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h590 #define ELFCOMPRESS_ZLIB 1 /* Compressed with zlib. */
565 #define ELFCOMPRESS_ZLIB macro
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dcommon.h571 #define ELFCOMPRESS_ZLIB 1 /* Compressed with zlib. */ macro
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Delf.c181 #undef ELFCOMPRESS_ZLIB macro
338 #define ELFCOMPRESS_ZLIB 1 macro
2558 if (chdr->ch_type != ELFCOMPRESS_ZLIB)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp820 write(static_cast<ELF::Elf64_Word>(ELF::ELFCOMPRESS_ZLIB));
826 write(static_cast<ELF::Elf32_Word>(ELF::ELFCOMPRESS_ZLIB));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h1666 ELFCOMPRESS_ZLIB = 1, // ZLIB/DEFLATE algorithm. enumerator in enum:llvm::ELF::__anon1405
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h590 #define ELFCOMPRESS_ZLIB 1 /* Compressed with zlib. */ macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dcommon.h591 #define ELFCOMPRESS_ZLIB 1 /* Compressed with zlib. */ macro
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Delf.c181 #undef ELFCOMPRESS_ZLIB macro
338 #define ELFCOMPRESS_ZLIB 1 macro
2620 if (chdr->ch_type != ELFCOMPRESS_ZLIB)
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Delf.c181 #undef ELFCOMPRESS_ZLIB macro
338 #define ELFCOMPRESS_ZLIB 1 macro
2620 if (chdr->ch_type != ELFCOMPRESS_ZLIB)
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp.h467 ELFCOMPRESS_ZLIB = 1,
462 ELFCOMPRESS_ZLIB = 1, enumerator in enum:elfcpp::__anon1492
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp.h467 ELFCOMPRESS_ZLIB = 1, enumerator in enum:elfcpp::__anon207
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Delfcpp.h466 ELFCOMPRESS_ZLIB = 1, enumerator in enum:elfcpp::__anon795
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp539 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c7744 if (chdr.ch_type == ELFCOMPRESS_ZLIB)
15286 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
15502 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
15889 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c6900 if (chdr.ch_type == ELFCOMPRESS_ZLIB)
13917 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
14127 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
14537 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c7744 if (chdr.ch_type == ELFCOMPRESS_ZLIB)
15286 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
15502 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
15889 if (chdr.ch_type != ELFCOMPRESS_ZLIB)

Completed in 727 milliseconds