Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoffcode.h4160 bfd_byte *rec, *recend; in coff_set_section_contents() local
4163 recend = rec + count; in coff_set_section_contents()
4164 while (rec < recend) in coff_set_section_contents()
4170 BFD_ASSERT (rec == recend); in coff_set_section_contents()
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()