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

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c290 int nextsym; local
292 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd,
296 symidx = nextsym;
339 int nextsym; local
342 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx,
346 symidx = nextsym;

Completed in 111 milliseconds