Searched refs:CPP_PROG (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/yasm/source/config/win/
H A Dconfig.h5 #define CPP_PROG "gcc -E" macro
/external/chromium_org/third_party/yasm/source/config/android/
H A Dconfig.h5 #define CPP_PROG "gcc -E" macro
/external/chromium_org/third_party/yasm/source/config/ios/
H A Dconfig.h5 #define CPP_PROG "gcc -E" macro
/external/chromium_org/third_party/yasm/source/config/linux/
H A Dconfig.h5 #define CPP_PROG "gcc -E" macro
/external/chromium_org/third_party/yasm/source/config/mac/
H A Dconfig.h5 #define CPP_PROG "gcc -E" macro
/external/chromium_org/third_party/yasm/source/config/openbsd/
H A Dconfig.h5 #define CPP_PROG "cc -E" macro
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
H A Dconfig.h7 #define CPP_PROG "cpp" macro
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/
H A Dconfig.h7 #define CPP_PROG "gcc -E" macro
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfig.h.in4 #undef CPP_PROG
H A Dconfigure7798 CPP_PROG="${CPP_FOR_HOST-cc -E}"
7800 CPP_PROG="${CPP}"
7804 #define CPP_PROG "${CPP_PROG}"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
H A Dcpp-preproc.c103 cmdline = p = yasm_xmalloc(strlen(CPP_PROG)+CMDLINE_SIZE);
105 strcpy(p, CPP_PROG);
106 p += strlen(CPP_PROG);

Completed in 1325 milliseconds