Home | History | Annotate | Download | only in config

Lines Matching refs:LTWRAPPER_OPTION_PREFIX

5722 #define LTWRAPPER_OPTION_PREFIX         "--lt-"
5724 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
5725 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
5726 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
5771 if (STREQ (argv[i], ltwrapper_option_prefix))
5773 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
5777 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
5779 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
5784 ltwrapper_option_prefix, argv[i]);