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

/external/valgrind/main/perf/
H A Dtinycc.c2054 /* do all relocations (needed before using tcc_get_symbol()). Return
2059 int tcc_get_symbol(TCCState *s, unsigned long *pval, const char *name);
18276 int tcc_get_symbol(TCCState *s, unsigned long *pval, const char *name)
18292 if (tcc_get_symbol(s, &val, name) < 0)
20670 /* do all relocations (needed before using tcc_get_symbol()) */
18274 int tcc_get_symbol(TCCState *s, unsigned long *pval, const char *name) function

Completed in 89 milliseconds