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;
19092 snprintf(buf, sizeof(buf), "%s/%s", tcc_lib_path, "bcheck.o");
19112 snprintf(buf, sizeof(buf), "%s/%s", tcc_lib_path, "libtcc1.a");
20830 snprintf(buf, sizeof(buf), "%s/lib", tcc_lib_path);
21133 snprintf(buf, sizeof(buf), "%s/include", tcc_lib_path);
21136 snprintf(buf, sizeof(buf), "%s/include/winapi", tcc_lib_path);
21522 tcc_lib_path = optarg;
21662 tcc_lib_path = path;
21680 printf("install: %s/\n", tcc_lib_path);
2405 static const char *tcc_lib_path = CONFIG_TCCDIR; variable

Completed in 72 milliseconds