Home | History | Annotate | Download | only in perf

Lines Matching full:tcc_add_file

2016 int tcc_add_file(TCCState *s, const char *filename);
19094 tcc_add_file(s1, buf);
19114 tcc_add_file(s1, buf);
19118 tcc_add_file(s1, CONFIG_TCC_CRT_PREFIX "/crtn.o");
20431 tcc_add_file(s1, filename);
21056 int tcc_add_file(TCCState *s, const char *filename)
21176 tcc_add_file(s, CONFIG_TCC_CRT_PREFIX "/crt1.o");
21177 tcc_add_file(s, CONFIG_TCC_CRT_PREFIX "/crti.o");
21740 if (tcc_add_file(s, filename) < 0) {