Home | History | Annotate | Download | only in bfd

Lines Matching full:address

29    16-bit address-field format, for files 64k bytes in length or less.
34 4..5 High byte of the record load address
35 6..7 Low byte of the record load address
45 4..7 Transfer-address (usually "0000")
46 the jump-to address, execution start address
53 MCS-86 format, using a 20-bit address for files larger than 64K bytes.
58 4..5 High byte of the record load address
59 6..7 Low byte of the record load address
66 EXTENDED ADDRESS RECORD
69 4..7 Load address, must be "0000"
71 10..11 High byte of the offset address
72 12..13 Low byte of the offset address
77 without carry of the byte count, offset address, and the
80 START ADDRESS RECORD
83 4..7 Load address, must be "0000"
92 EXTENDED LINEAR ADDRESS RECORD
95 4..7 Load address, must be "0000"
97 10..13 Upper 16 bits of address of subsequent records
101 START LINEAR ADDRESS RECORD
104 4..7 Load address, must be "0000"
106 10..13 Upper 16 bits of start address
115 4..7 Load address, must be "0000"
117 10..13 Upper 16 bits of start address
118 14..17 Lower 16 bits of start address
387 /* An extended address record. */
391 (_("%B:%u: bad extended address record length in Intel Hex file"),
404 /* An extended start address record. */
408 (_("%B:%u: bad extended start address length in Intel Hex file"),
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. */
442 (_("%B:%u: bad extended linear start address length in Intel Hex file"),
684 /* Sort the records by address. Optimize for the common case of
789 /* We need a new base address. */
803 /* The extended address record and the extended
804 linear address record are combined, at least by
805 some readers. We need an extended linear address
807 extended address record, zero it out to avoid
825 (_("%s: address 0x%s out of range for Intel Hex file"),