Lines Matching full:intel
1 /* BFD back-end for Intel Hex objects.
23 /* This is what Intel Hex files look like:
25 1. INTEL FORMATS
27 A. Intel 1
51 B. INTEL 2
207 /* Report a problem in an Intel Hex file. */
229 (_("%B:%d: unexpected character `%s' in Intel Hex file"),
235 /* Read an Intel hex file and turn it into sections. We create a new
336 (_("%B:%u: bad checksum in Intel Hex file (expected %u, found %u)"),
391 (_("%B:%u: bad extended address record length in Intel Hex file"),
408 (_("%B:%u: bad extended start address length in Intel Hex file"),
425 (_("%B:%u: bad extended linear address record length in Intel Hex file"),
442 (_("%B:%u: bad extended linear start address length in Intel Hex file"),
459 (_("%B:%u: unrecognized ihex type %u in Intel Hex file"),
481 /* Try to recognize an Intel Hex file. */
524 /* OK, it looks like it really is an Intel Hex file. */
537 /* Read the contents of a section in an Intel Hex file. */
628 /* Get the contents of a section in an Intel Hex file. */
653 /* Set the contents of a section in an Intel Hex file. */
711 /* Write a record out to an Intel Hex file. */
755 /* Write out an Intel Hex file. */
825 (_("%s: address 0x%s out of range for Intel Hex file"),
947 /* The Intel Hex target vector. */