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

/freebsd-10.3-release/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;
/freebsd-10.3-release/gnu/usr.bin/rcs/ci/
H A Dci.c249 struct Symrev * nextsym; member in struct:Symrev
1080 for (p = assoclst; p; p = p->nextsym)
1315 pt->nextsym = 0;
1317 nextassoc = &pt->nextsym;
/freebsd-10.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c214 struct Symrev * nextsym; member in struct:Symrev
698 pt->nextsym = 0;
700 nextassoc = &pt->nextsym;
1325 for (curassoc = assoclst; curassoc; curassoc = curassoc->nextsym) {
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dobjdump.c1796 asymbol *nextsym;
1832 nextsym = sym;
1834 nextsym = NULL;
1851 nextsym = NULL;
1853 nextsym = sorted_syms[place];
1858 else if (nextsym == NULL)
1861 nextstop_offset = bfd_asymbol_value (nextsym) - section->vma;
1887 sym = nextsym;
1792 asymbol *nextsym; local
/freebsd-10.3-release/contrib/binutils/bfd/
H A Decofflink.c2321 SYMR nextsym;
2325 &nextsym);
2326 if (ECOFF_IS_STAB (&nextsym)
2327 && ECOFF_UNMARK_STAB (nextsym.index) == N_SO)
2331 debug_info->ss + fdr_ptr->issBase + nextsym.iss;
2317 SYMR nextsym; local

Completed in 84 milliseconds