Home
last modified time | relevance | path

Searched refs:debug_opt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/
H A Dasn1_compiler.c312 static bool debug_opt; variable
315 #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()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch27867 +static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
27892 + if (strcmp (argv[i], debug_opt) == 0)