Home
last modified time | relevance | path

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

/glibc-2.36/elf/ !
Dsprof.c1023 size_t symbol_idx; in count_calls() local
1026 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()