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

/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c2180 bfd_byte *stabp, *stabs_end;
2183 stabs_end = stabp + stab_size;
2192 for (i = -1; stabp < stabs_end; stabp += STABSIZE, i++)
2174 bfd_byte *stabp, *stabs_end; local
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c2694 bfd_byte *stabp, *stabs_end;
2697 stabs_end = stabp + stab_size;
2706 for (i = -1; stabp <= stabs_end - STABSIZE; stabp += STABSIZE, i++)
2687 bfd_byte *stabp, *stabs_end; local

Completed in 166 milliseconds