Searched refs:nextsym (Results 1 – 11 of 11) sorted by relevance
193 Symbol nextsym = SYM_NONE; in readloop() local319 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()
290 int nextsym; in read_data() local292 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, in read_data()296 symidx = nextsym; in read_data()339 int nextsym; in read_funcs() local342 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx, in read_funcs()346 symidx = nextsym; in read_funcs()
252 struct Symrev * nextsym; member1083 for (p = assoclst; p; p = p->nextsym)1319 pt->nextsym = 0;1321 nextassoc = &pt->nextsym;
217 struct Symrev * nextsym; member701 pt->nextsym = 0;703 nextassoc = &pt->nextsym;1328 for (curassoc = assoclst; curassoc; curassoc = curassoc->nextsym) { in doassoc()
2347 SYMR nextsym; in lookup_line() local2351 &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()
2257 SYMR nextsym; in lookup_line() local2261 &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()
3585 asymbol *nextsym; in disassemble_section() local3698 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()
3844 asymbol *nextsym; in disassemble_section() local3982 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()
323 nextassoc = &pt->nextsym;
4192 gfc_interface_sym_mapping *nextsym; in gfc_free_interface_mapping() local4196 for (sym = mapping->syms; sym; sym = nextsym) in gfc_free_interface_mapping()4198 nextsym = sym->next; in gfc_free_interface_mapping()
4281 gfc_interface_sym_mapping *nextsym; in gfc_free_interface_mapping() local4285 for (sym = mapping->syms; sym; sym = nextsym) in gfc_free_interface_mapping()4287 nextsym = sym->next; in gfc_free_interface_mapping()