Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c291 int nextsym; in read_data() local
293 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, in read_data()
297 symidx = nextsym; in read_data()
345 int nextsym; in read_funcs() local
348 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx, in read_funcs()
352 symidx = nextsym; in read_funcs()