Searched refs:mips_flag_mdebug (Results 1 – 6 of 6) sorted by relevance
51 #define ECOFF_DEBUGGING mips_flag_mdebug52 extern int mips_flag_mdebug;
76 int mips_flag_mdebug = -1; variable10876 mips_flag_mdebug = TRUE; in md_parse_option()10880 mips_flag_mdebug = FALSE; in md_parse_option()11044 if (mips_flag_mdebug < 0) in mips_after_parse_args()11048 mips_flag_mdebug = 1; in mips_after_parse_args()11051 mips_flag_mdebug = 0; in mips_after_parse_args()
76 int mips_flag_mdebug = -1; variable11209 mips_flag_mdebug = TRUE; in md_parse_option()11213 mips_flag_mdebug = FALSE; in md_parse_option()11386 if (mips_flag_mdebug < 0) in mips_after_parse_args()11390 mips_flag_mdebug = 1; in mips_after_parse_args()11393 mips_flag_mdebug = 0; in mips_after_parse_args()
5332 * config/obj-elf.h (ECOFF_DEBUGGING): Define to mips_flag_mdebug5343 (mips_flag_mdebug): New.5346 (mips_after_parse_args): Set mips_flag_mdebug.