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

/external/valgrind/main/coregrind/
H A Dpub_core_options.h46 #define VG_CLO_MAX_REQ_TSYMS 100 macro
266 extern const HChar* VG_(clo_req_tsyms)[VG_CLO_MAX_REQ_TSYMS];
H A Dm_options.c118 const HChar* VG_(clo_req_tsyms)[VG_CLO_MAX_REQ_TSYMS];
H A Dm_redir.c1515 HChar* fnpatts[VG_CLO_MAX_REQ_TSYMS];
1524 vg_assert(VG_(clo_n_req_tsyms) <= VG_CLO_MAX_REQ_TSYMS);
H A Dm_main.c714 if (VG_(clo_n_req_tsyms) >= VG_CLO_MAX_REQ_TSYMS) {
717 "Increase VG_CLO_MAX_REQ_TSYMS and recompile.\n");

Completed in 1724 milliseconds