Lines Matching refs:symidx
237 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym() argument
242 for (i = symidx + 1; i < cd->cd_nsyms; i++) { in next_sym()
287 int symidx, len, i; in read_data() local
290 for (symidx = -1, i = 0; i < n; i++) { in read_data()
294 symidx, STT_OBJECT, &name)) < 0) in read_data()
297 symidx = nextsym; in read_data()
302 name, symidx); in read_data()
321 int symidx; in read_funcs() local
335 for (symidx = -1, id = 0; fp < end; id++) { in read_funcs()
343 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx, in read_funcs()
347 symidx = nextsym; in read_funcs()