Searched refs:debug_opt (Results 1 – 2 of 2) sorted by relevance
312 static bool debug_opt; variable315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0)577 debug_opt = true; in main()1252 if (debug_opt) in dump_elements()
27867 +static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";27892 + if (strcmp (argv[i], debug_opt) == 0)