Searched refs:bytes_to_do (Results 1 – 2 of 2) sorted by relevance
817 bfd_size_type bytes_to_do) in srec_set_section_contents() argument826 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()
639 bfd_size_type bytes_to_do) in tekhex_set_section_contents() argument661 move_section_contents (abfd, section, locationp, offset, bytes_to_do, in tekhex_set_section_contents()