Home | History | Annotate | Download | only in bfd

Lines Matching defs:bytes

52 	is the number of bytes following upto the checksum. Note that
123 /* The maximum number of address+data+crc bytes on a line is FF. */
129 /* The number of data bytes we actually fit onto a line on output.
292 section for each contiguous set of bytes. */
456 unsigned int bytes, min_bytes;
478 check_sum = bytes = HEX (hdr + 1);
484 if (bytes < min_bytes)
487 abfd, lineno, bytes);
492 if (bytes * 2 > bufsize)
496 buf = (bfd_byte *) bfd_malloc ((bfd_size_type) bytes * 2);
499 bufsize = bytes * 2;
502 if (bfd_bread (buf, (bfd_size_type) bytes * 2, abfd) != bytes * 2)
506 --bytes;
523 --bytes;
529 --bytes;
538 bytes -= 2;
545 sec->size += bytes;
564 sec->size = bytes;
568 while (bytes > 0)
572 bytes--;
730 unsigned int bytes;
746 bytes = HEX (hdr + 1);
748 if (bytes * 2 > bufsize)
752 buf = (bfd_byte *) bfd_malloc ((bfd_size_type) bytes * 2);
755 bufsize = bytes * 2;
758 if (bfd_bread (buf, (bfd_size_type) bytes * 2, abfd) != bytes * 2)
774 --bytes;
779 --bytes;
786 bytes -= 2;
798 --bytes;
800 while (bytes-- != 0)
945 /* Write a record of type, of the supplied number of bytes. The
946 supplied bytes and length don't have a checksum. That's worked out
1031 /* Validate number of data bytes to write. The srec length byte
1032 counts the address, data and crc bytes. S1 (tdata->type == 1)
1033 records have two address bytes, S2 (tdata->type == 2) records