Home | History | Annotate | Download | only in bfd

Lines Matching full:record

31    DATA RECORD
34 4..5 High byte of the record load address
35 6..7 Low byte of the record load address
36 8..9 Record type, must be "00"
42 END RECORD
47 8..9 Record type, must be "01"
55 DATA RECORD
57 2..3 The byte count of this record, hex notation
58 4..5 High byte of the record load address
59 6..7 Low byte of the record load address
60 8..9 Record type, must be "00"
66 EXTENDED ADDRESS RECORD
70 8..9 Record type, must be "02"
78 record type.
80 START ADDRESS RECORD
84 8..9 Record type, must be "03"
92 EXTENDED LINEAR ADDRESS RECORD
96 8..9 Record type, must be "04"
101 START LINEAR ADDRESS RECORD
105 8..9 Record type, must be "05"
112 EXTENDED START RECORD
116 8..9 Record type, must be "05"
287 /* This is a data record. */
346 /* This is a data record. */
379 /* An end record. */
387 /* An extended address record. */
391 (_("%B:%u: bad extended address record length in Intel Hex file"),
404 /* An extended start address record. */
421 /* An extended linear address record. */
425 (_("%B:%u: bad extended linear address record length in Intel Hex file"),
438 /* An extended linear start address record. */
685 adding a record to the end of the list. */
711 /* Write a record out to an Intel Hex file. */
803 /* The extended address record and the extended
804 linear address record are combined, at least by
806 record here, so if we've already written out an
807 extended address record, zero it out to avoid