Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Dsrec.c817 bfd_size_type bytes_to_do) in srec_set_section_contents() argument
826 if (bytes_to_do in srec_set_section_contents()
832 data = bfd_alloc (abfd, bytes_to_do); in srec_set_section_contents()
835 memcpy ((void *) data, location, (size_t) bytes_to_do); in srec_set_section_contents()
841 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffff) in srec_set_section_contents()
843 else if ((section->lma + offset + bytes_to_do - 1) <= 0xffffff in srec_set_section_contents()
851 entry->size = bytes_to_do; in srec_set_section_contents()
H A Dtekhex.c639 bfd_size_type bytes_to_do) in tekhex_set_section_contents() argument
661 move_section_contents (abfd, section, locationp, offset, bytes_to_do, in tekhex_set_section_contents()