Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Das.c241 enum compressed_debug_section_type flag_compress_debug variable
745 flag_compress_debug = COMPRESS_DEBUG_NONE; in parse_args()
747 flag_compress_debug = COMPRESS_DEBUG_GABI_ZLIB; in parse_args()
749 flag_compress_debug = COMPRESS_DEBUG_GNU_ZLIB; in parse_args()
751 flag_compress_debug = COMPRESS_DEBUG_GABI_ZLIB; in parse_args()
761 flag_compress_debug = COMPRESS_DEBUG_GABI_ZLIB; in parse_args()
765 flag_compress_debug = COMPRESS_DEBUG_NONE; in parse_args()
H A Das.h324 COMMON enum compressed_debug_section_type flag_compress_debug; variable
H A Dwrite.c1492 if (flag_compress_debug == COMPRESS_DEBUG_GABI_ZLIB) in compress_debug()
2539 if (flag_compress_debug) in write_object_file()
2541 if (flag_compress_debug == COMPRESS_DEBUG_GABI_ZLIB) in write_object_file()
H A DChangeLog-2015470 * as.c (flag_compress_debug): Define and initialise to
474 * config/tc-i386.c (flag_compress_debug): Delete definition.
944 * config/tc-i386.c (flag_compress_debug): Replace
1073 * config/tc-i386.c (flag_compress_debug): Likewise.
1552 (flag_compress_debug): Change type to compressed_debug_section_type.
H A DChangeLog-201453 * config/tc-i386.c (flag_compress_debug): Default to compress
H A DChangeLog-20101234 * as.h (flag_compress_debug): New variable.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Das.c228 enum compressed_debug_section_type flag_compress_debug variable
766 flag_compress_debug = bfd_get_compression_algorithm (optarg); in parse_args()
768 if (flag_compress_debug == COMPRESS_DEBUG_ZSTD) in parse_args()
772 if (flag_compress_debug == COMPRESS_UNKNOWN) in parse_args()
781 flag_compress_debug = DEFAULT_COMPRESSED_DEBUG_ALGORITHM; in parse_args()
785 flag_compress_debug = COMPRESS_DEBUG_NONE; in parse_args()
H A Das.h345 COMMON enum compressed_debug_section_type flag_compress_debug; variable
H A Dwrite.c2529 if (flag_compress_debug != COMPRESS_DEBUG_NONE) in write_object_file()
2532 if (flag_compress_debug == COMPRESS_DEBUG_GABI_ZLIB) in write_object_file()
2534 else if (flag_compress_debug == COMPRESS_DEBUG_ZSTD) in write_object_file()
H A DChangeLog-2015470 * as.c (flag_compress_debug): Define and initialise to
474 * config/tc-i386.c (flag_compress_debug): Delete definition.
944 * config/tc-i386.c (flag_compress_debug): Replace
1073 * config/tc-i386.c (flag_compress_debug): Likewise.
1552 (flag_compress_debug): Change type to compressed_debug_section_type.
H A DChangeLog-201453 * config/tc-i386.c (flag_compress_debug): Default to compress
H A DChangeLog-20101234 * as.h (flag_compress_debug): New variable.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git65005 sections-algorithm configure option") adjusted flag_compress_debug's
65012 flag_compress_debug can't be used when emitting usage information.
85132 flag_compress_debug.
98653 * as.c (flag_compress_debug): Set default algorithm based