Home | History | Annotate | Download | only in bfd

Lines Matching refs:coff

1 /* BFD back-end for TMS320C54X coff binaries.
26 #include "coff/tic54x.h"
27 #include "coff/internal.h"
41 the COFF file, you would see the octets ordered as 0x78, 0x56, 0x34, 0x12.
311 /* Replace the stock _bfd_coff_is_local_label_name to recognize TI COFF local
399 /* TI COFF v0, DOS tools (little-endian headers). */
430 BFD_JUMP_TABLE_GENERIC (coff),
431 BFD_JUMP_TABLE_COPY (coff),
434 BFD_JUMP_TABLE_SYMBOLS (coff),
435 BFD_JUMP_TABLE_RELOCS (coff),
437 BFD_JUMP_TABLE_LINK (coff),
444 /* TI COFF v0, SPARC tools (big-endian headers). */
475 BFD_JUMP_TABLE_GENERIC (coff),
476 BFD_JUMP_TABLE_COPY (coff),
479 BFD_JUMP_TABLE_SYMBOLS (coff),
480 BFD_JUMP_TABLE_RELOCS (coff),
482 BFD_JUMP_TABLE_LINK (coff),
490 /* TI COFF v1, DOS tools (little-endian headers). */
521 BFD_JUMP_TABLE_GENERIC (coff),
522 BFD_JUMP_TABLE_COPY (coff),
525 BFD_JUMP_TABLE_SYMBOLS (coff),
526 BFD_JUMP_TABLE_RELOCS (coff),
528 BFD_JUMP_TABLE_LINK (coff),
536 /* TI COFF v1, SPARC tools (big-endian headers). */
567 BFD_JUMP_TABLE_GENERIC (coff),
568 BFD_JUMP_TABLE_COPY (coff),
571 BFD_JUMP_TABLE_SYMBOLS (coff),
572 BFD_JUMP_TABLE_RELOCS (coff),
574 BFD_JUMP_TABLE_LINK (coff),
582 /* TI COFF v2, TI DOS tools output (little-endian headers). */
613 BFD_JUMP_TABLE_GENERIC (coff),
614 BFD_JUMP_TABLE_COPY (coff),
617 BFD_JUMP_TABLE_SYMBOLS (coff),
618 BFD_JUMP_TABLE_RELOCS (coff),
620 BFD_JUMP_TABLE_LINK (coff),
628 /* TI COFF v2, TI SPARC tools output (big-endian headers). */
659 BFD_JUMP_TABLE_GENERIC (coff),
660 BFD_JUMP_TABLE_COPY (coff),
663 BFD_JUMP_TABLE_SYMBOLS (coff),
664 BFD_JUMP_TABLE_RELOCS (coff),
666 BFD_JUMP_TABLE_LINK (coff),