Searched refs:ELFCOMPRESS_ZLIB (Results 1 – 11 of 11) sorted by relevance
| /dflybsd-src/contrib/binutils-2.34/gold/ |
| H A D | compressed_output.cc | 157 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB) in decompress_input_section() 163 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB) in decompress_input_section() 173 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB) in decompress_input_section() 179 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB) in decompress_input_section() 269 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB); in set_final_data_size() 276 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB); in set_final_data_size() 286 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB); in set_final_data_size() 295 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB); in set_final_data_size()
|
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | compressed_output.cc | 157 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB) in decompress_input_section() 163 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB) in decompress_input_section() 173 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB) in decompress_input_section() 179 if (chdr.get_ch_type() != elfcpp::ELFCOMPRESS_ZLIB) in decompress_input_section() 269 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB); in set_final_data_size() 276 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB); in set_final_data_size() 286 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB); in set_final_data_size() 293 chdr.put_ch_type(elfcpp::ELFCOMPRESS_ZLIB); in set_final_data_size()
|
| /dflybsd-src/contrib/binutils-2.27/bfd/ |
| H A D | bfd.c | 2002 bfd_put_32 (abfd, ELFCOMPRESS_ZLIB, &echdr->ch_type); in bfd_update_compression_header() 2011 bfd_put_32 (abfd, ELFCOMPRESS_ZLIB, &echdr->ch_type); in bfd_update_compression_header() 2077 if (chdr.ch_type == ELFCOMPRESS_ZLIB in bfd_check_compression_header() 2255 bfd_put_32 (obfd, ELFCOMPRESS_ZLIB, &echdr->ch_type); in bfd_convert_section_contents() 2262 bfd_put_32 (obfd, ELFCOMPRESS_ZLIB, &echdr->ch_type); in bfd_convert_section_contents()
|
| /dflybsd-src/contrib/binutils-2.34/bfd/ |
| H A D | bfd.c | 2559 bfd_put_32 (abfd, ELFCOMPRESS_ZLIB, &echdr->ch_type); in bfd_update_compression_header() 2569 bfd_put_32 (abfd, ELFCOMPRESS_ZLIB, &echdr->ch_type); in bfd_update_compression_header() 2641 if (chdr.ch_type == ELFCOMPRESS_ZLIB in bfd_check_compression_header() 2841 bfd_put_32 (obfd, ELFCOMPRESS_ZLIB, &echdr->ch_type); in bfd_convert_section_contents() 2848 bfd_put_32 (obfd, ELFCOMPRESS_ZLIB, &echdr->ch_type); in bfd_convert_section_contents()
|
| /dflybsd-src/contrib/binutils-2.27/include/elf/ |
| H A D | common.h | 527 #define ELFCOMPRESS_ZLIB 1 /* Compressed with zlib. */ macro
|
| /dflybsd-src/contrib/binutils-2.34/include/elf/ |
| H A D | common.h | 565 #define ELFCOMPRESS_ZLIB 1 /* Compressed with zlib. */ macro
|
| /dflybsd-src/contrib/gcc-8.0/libbacktrace/ |
| H A D | elf.c | 181 #undef ELFCOMPRESS_ZLIB 338 #define ELFCOMPRESS_ZLIB 1 macro 2578 if (chdr->ch_type != ELFCOMPRESS_ZLIB) in elf_uncompress_chdr()
|
| /dflybsd-src/contrib/binutils-2.27/elfcpp/ |
| H A D | elfcpp.h | 461 ELFCOMPRESS_ZLIB = 1,
|
| /dflybsd-src/contrib/binutils-2.34/elfcpp/ |
| H A D | elfcpp.h | 462 ELFCOMPRESS_ZLIB = 1,
|
| /dflybsd-src/contrib/binutils-2.27/binutils/ |
| H A D | readelf.c | 6095 if (chdr.ch_type == ELFCOMPRESS_ZLIB) in process_section_headers() 12302 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in dump_section_as_strings() 12436 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in dump_section_as_bytes() 12578 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in load_specific_debug_section()
|
| /dflybsd-src/contrib/binutils-2.34/binutils/ |
| H A D | readelf.c | 6719 if (chdr.ch_type == ELFCOMPRESS_ZLIB) in process_section_headers() 13661 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in dump_section_as_strings() 13802 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in dump_section_as_bytes() 14132 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in load_specific_debug_section()
|