Home | History | Annotate | Download | only in perf

Lines Matching full:tcc_add_dll

5485 static int tcc_add_dll(TCCState *s, const char *filename, int flags);
20311 if (tcc_add_dll(s1, name, AFF_REFERENCED_DLL) < 0) {
21072 static int tcc_add_dll(TCCState *s, const char *filename, int flags)
21099 if (tcc_add_dll(s, buf, 0) == 0)