Lines Matching refs:LTWRAPPER_OPTION_PREFIX
5725 #define LTWRAPPER_OPTION_PREFIX "--lt-"
5727 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
5728 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
5729 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
5774 if (STREQ (argv[i], ltwrapper_option_prefix))
5776 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
5780 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
5782 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
5787 ltwrapper_option_prefix, argv[i]);