Searched refs:tcc_get_symbol (Results 1 – 1 of 1) sorted by relevance
2057 int tcc_get_symbol(TCCState *s, unsigned long *pval, const char *name);18274 int tcc_get_symbol(TCCState *s, unsigned long *pval, const char *name) in tcc_get_symbol() function18290 if (tcc_get_symbol(s, &val, name) < 0) in tcc_get_symbol_err()