Searched refs:tcc_add_dll (Results 1 – 1 of 1) sorted by relevance
5483 static int tcc_add_dll(TCCState *s, const char *filename, int flags);20309 if (tcc_add_dll(s1, name, AFF_REFERENCED_DLL) < 0) { in tcc_load_dll()21070 static int tcc_add_dll(TCCState *s, const char *filename, int flags) in tcc_add_dll() function21097 if (tcc_add_dll(s, buf, 0) == 0) in tcc_add_library()