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

/external/valgrind/main/perf/
H A Dtinycc.c2407 static const char *tcc_lib_path = CONFIG_TCCDIR;
19093 snprintf(buf, sizeof(buf), "%s/%s", tcc_lib_path, "bcheck.o");
19113 snprintf(buf, sizeof(buf), "%s/%s", tcc_lib_path, "libtcc1.a");
20831 snprintf(buf, sizeof(buf), "%s/lib", tcc_lib_path);
21134 snprintf(buf, sizeof(buf), "%s/include", tcc_lib_path);
21137 snprintf(buf, sizeof(buf), "%s/include/winapi", tcc_lib_path);
21523 tcc_lib_path = optarg;
21663 tcc_lib_path = path;
21681 printf("install: %s/\n", tcc_lib_path);
2405 static const char *tcc_lib_path = CONFIG_TCCDIR; variable

Completed in 344 milliseconds