Searched refs:VG_CLO_MAX_REQ_TSYMS (Results 1 – 4 of 4) sorted by relevance
46 #define VG_CLO_MAX_REQ_TSYMS 100 macro217 extern HChar* VG_(clo_req_tsyms)[VG_CLO_MAX_REQ_TSYMS];
109 HChar* VG_(clo_req_tsyms)[VG_CLO_MAX_REQ_TSYMS];
1470 HChar* fnpatts[VG_CLO_MAX_REQ_TSYMS]; in handle_require_text_symbols()1479 vg_assert(VG_(clo_n_req_tsyms) <= VG_CLO_MAX_REQ_TSYMS); in handle_require_text_symbols()
677 if (VG_(clo_n_req_tsyms) >= VG_CLO_MAX_REQ_TSYMS) { in main_process_cmd_line_options()