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

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c1737 asymbol *nextsym;
1771 nextsym = sym;
1773 nextsym = NULL;
1790 nextsym = NULL;
1792 nextsym = sorted_syms[place];
1797 else if (nextsym == NULL)
1800 nextstop_offset = bfd_asymbol_value (nextsym) - section->vma;
1826 sym = nextsym;
1733 asymbol *nextsym; local
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c2157 asymbol *nextsym;
2194 nextsym = sym;
2196 nextsym = NULL;
2213 nextsym = NULL;
2215 nextsym = sorted_syms[place];
2220 else if (nextsym == NULL)
2223 nextstop_offset = bfd_asymbol_value (nextsym) - section->vma;
2251 sym = nextsym;
2152 asymbol *nextsym; local
/haiku-buildtools/legacy/binutils/bfd/
H A Decofflink.c2324 SYMR nextsym;
2328 &nextsym);
2329 if (ECOFF_IS_STAB (&nextsym)
2330 && ECOFF_UNMARK_STAB (nextsym.index) == N_SO)
2334 debug_info->ss + fdr_ptr->issBase + nextsym.iss;
2320 SYMR nextsym; local
/haiku-buildtools/binutils/bfd/
H A Decofflink.c2261 SYMR nextsym;
2265 &nextsym);
2266 if (ECOFF_IS_STAB (&nextsym)
2267 && ECOFF_UNMARK_STAB (nextsym.index) == N_SO)
2271 debug_info->ss + fdr_ptr->issBase + nextsym.iss;
2258 SYMR nextsym; local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c3553 gfc_interface_sym_mapping *nextsym; local
3557 for (sym = mapping->syms; sym; sym = nextsym)
3559 nextsym = sym->next;

Completed in 207 milliseconds