Home
last modified time | relevance | path

Searched refs:tcc_get_symbol (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/perf/
Dtinycc.c2057 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() function
18290 if (tcc_get_symbol(s, &val, name) < 0) in tcc_get_symbol_err()