Searched refs:tcc_add_file_internal (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 5487 static int tcc_add_file_internal(TCCState *s, const char *filename, int flags); 20937 static int tcc_add_file_internal(TCCState *s1, const char *filename, int flags) in tcc_add_file_internal() function 21056 return tcc_add_file_internal(s, filename, AFF_PRINT_ERROR); in tcc_add_file() 21078 if (tcc_add_file_internal(s, buf, flags) == 0) in tcc_add_dll() 21105 if (tcc_add_file_internal(s, buf, 0) == 0) in tcc_add_library()
|