Searched refs:symbol_idx (Results 1 – 1 of 1) sorted by relevance
1023 size_t symbol_idx; in count_calls() local1026 symbol_idx = find_symbol (here); in count_calls()1027 if (symbol_idx != (size_t) -1l) in count_calls()1028 sortsym[symbol_idx]->calls += data[cnt].count; in count_calls()