Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c2492 bfd_byte *stabp, *stabs_end; in print_section_stabs() local
2495 stabs_end = stabp + stab_size; in print_section_stabs()
2504 for (i = -1; stabp <= stabs_end - STABSIZE; stabp += STABSIZE, i++) in print_section_stabs()