Searched refs:flag_compress_debug (Results 1 – 13 of 13) sorted by relevance
241 enum compressed_debug_section_type flag_compress_debug variable745 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()
324 COMMON enum compressed_debug_section_type flag_compress_debug; variable
1492 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()
470 * as.c (flag_compress_debug): Define and initialise to474 * config/tc-i386.c (flag_compress_debug): Delete definition.944 * config/tc-i386.c (flag_compress_debug): Replace1073 * config/tc-i386.c (flag_compress_debug): Likewise.1552 (flag_compress_debug): Change type to compressed_debug_section_type.
53 * config/tc-i386.c (flag_compress_debug): Default to compress
1234 * as.h (flag_compress_debug): New variable.
228 enum compressed_debug_section_type flag_compress_debug variable766 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()
345 COMMON enum compressed_debug_section_type flag_compress_debug; variable
2529 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()
65005 sections-algorithm configure option") adjusted flag_compress_debug's65012 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