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

/external/valgrind/perf/
H A Dtinycc.c19863 static int tcc_load_object_file(TCCState *s1,
20143 if(tcc_load_object_file(s1, fd, off) < 0) {
20202 if (tcc_load_object_file(s1, fd, file_offset) < 0)
21003 ret = tcc_load_object_file(s1, fd, 0);
19861 static int tcc_load_object_file(TCCState *s1, function

Completed in 197 milliseconds