Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.cpp193 Symbol nextsym = SYM_NONE; in readloop() local
319 cursym = nextsym; in readloop()
321 nextsym = SYM_NONE; in readloop()
333 nextsym = SYM_EOF; in readloop()
353 nextsym = SYM_CHANGE; in readloop()
374 nextsym = SYM_MOVE; in readloop()
385 nextsym = SYM_READ; in readloop()
394 nextsym = SYM_WRITE; in readloop()
403 nextsym = SYM_LOOP; in readloop()
412 nextsym = SYM_ENDLOOP; in readloop()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c290 int nextsym; in read_data() local
292 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, in read_data()
296 symidx = nextsym; in read_data()
339 int nextsym; in read_funcs() local
342 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx, in read_funcs()
346 symidx = nextsym; in read_funcs()
/netbsd-src/external/gpl2/rcs/dist/src/
H A Dci.c252 struct Symrev * nextsym; member
1083 for (p = assoclst; p; p = p->nextsym)
1319 pt->nextsym = 0;
1321 nextassoc = &pt->nextsym;
H A Drcs.c217 struct Symrev * nextsym; member
701 pt->nextsym = 0;
703 nextassoc = &pt->nextsym;
1328 for (curassoc = assoclst; curassoc; curassoc = curassoc->nextsym) { in doassoc()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Decofflink.c2347 SYMR nextsym; in lookup_line() local
2351 &nextsym); in lookup_line()
2352 if (ECOFF_IS_STAB (&nextsym) in lookup_line()
2353 && ECOFF_UNMARK_STAB (nextsym.index) == N_SO) in lookup_line()
2358 && nextsym.iss >= 0 in lookup_line()
2359 && nextsym.iss < (debug_info->symbolic_header.issMax in lookup_line()
2362 = debug_info->ss + fdr_ptr->issBase + nextsym.iss; in lookup_line()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decofflink.c2257 SYMR nextsym; in lookup_line() local
2261 &nextsym); in lookup_line()
2262 if (ECOFF_IS_STAB (&nextsym) in lookup_line()
2263 && ECOFF_UNMARK_STAB (nextsym.index) == N_SO) in lookup_line()
2267 debug_info->ss + fdr_ptr->issBase + nextsym.iss; in lookup_line()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjdump.c3585 asymbol *nextsym; in disassemble_section() local
3698 nextsym = sym; in disassemble_section()
3700 nextsym = NULL; in disassemble_section()
3717 nextsym = NULL; in disassemble_section()
3719 nextsym = sorted_syms[place]; in disassemble_section()
3724 else if (nextsym == NULL) in disassemble_section()
3727 nextstop_offset = bfd_asymbol_value (nextsym) - section->vma; in disassemble_section()
3790 sym = nextsym; in disassemble_section()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjdump.c3844 asymbol *nextsym; in disassemble_section() local
3982 nextsym = sym; in disassemble_section()
3984 nextsym = NULL; in disassemble_section()
4001 nextsym = NULL; in disassemble_section()
4003 nextsym = sorted_syms[place]; in disassemble_section()
4008 else if (nextsym == NULL) in disassemble_section()
4011 nextstop_offset = bfd_asymbol_value (nextsym) - section->vma; in disassemble_section()
4074 sym = nextsym; in disassemble_section()
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Drcs-5.7-commitid.patch323 nextassoc = &pt->nextsym;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c4192 gfc_interface_sym_mapping *nextsym; in gfc_free_interface_mapping() local
4196 for (sym = mapping->syms; sym; sym = nextsym) in gfc_free_interface_mapping()
4198 nextsym = sym->next; in gfc_free_interface_mapping()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc4281 gfc_interface_sym_mapping *nextsym; in gfc_free_interface_mapping() local
4285 for (sym = mapping->syms; sym; sym = nextsym) in gfc_free_interface_mapping()
4287 nextsym = sym->next; in gfc_free_interface_mapping()