Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h4183 bfd_byte *rec, *recend; in coff_set_section_contents() local
4186 recend = rec + count; in coff_set_section_contents()
4187 while (rec < recend) in coff_set_section_contents()
4193 BFD_ASSERT (rec == recend); in coff_set_section_contents()
H A Decoff.c2150 bfd_byte *rec, *recend; in _bfd_ecoff_set_section_contents() local
2153 recend = rec + count; in _bfd_ecoff_set_section_contents()
2154 while (rec < recend) in _bfd_ecoff_set_section_contents()
2160 BFD_ASSERT (rec == recend); in _bfd_ecoff_set_section_contents()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h4333 bfd_byte *rec, *recend; local
4336 recend = rec + count;
4337 while (rec < recend)
4343 BFD_ASSERT (rec == recend);
H A Decoff.c2283 bfd_byte *rec, *recend; local
2286 recend = rec + count;
2287 while (rec < recend)
2293 BFD_ASSERT (rec == recend);