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

/freebsd-10.2-release/contrib/gdb/gdb/
H A Ddictionary.c731 struct symbol *sym, *next_sym; local
735 for (next_sym = sym->hash_next;
736 next_sym != NULL;
737 next_sym = sym->hash_next) {
739 sym = next_sym;
/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c236 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, function
292 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd,
342 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx,

Completed in 201 milliseconds