Lines Matching full:coff
1 /* BFD back-end for Intel 960 COFF files.
28 #include "coff/i960.h"
29 #include "coff/internal.h"
112 /* So the target symbol has to be of coff type, and the symbol
117 /* This is interesting, consider the case where we're outputting coff
118 from a mix n match input, linking from coff to a symbol defined in a
122 (char *) _("uncertain calling convention for non-COFF symbol");
163 /* i960 COFF is used by VxWorks 5.1. However, VxWorks 5.1 does not
171 Note that this function is only called if we are not using the COFF
174 generating COFF i960 output, so this function is actually no longer
176 COFF specific backend linker. */
309 /* i960 COFF is used by VxWorks 5.1. However, VxWorks 5.1 does not
362 /* The reloc processing routine for the optimized COFF linker. */
473 /* This symbol is apparently not from a COFF input file.
478 _("uncertain calling convention for non-COFF symbol"),
613 CREATE_LITTLE_COFF_TARGET_VEC (icoff_le_vec, "coff-Intel-little", 0, 0, '_', & icoff_be_vec, COFF_SWAP_TABLE)
617 "coff-Intel-big", /* name */
646 BFD_JUMP_TABLE_GENERIC (coff),
647 BFD_JUMP_TABLE_COPY (coff),
650 BFD_JUMP_TABLE_SYMBOLS (coff),
651 BFD_JUMP_TABLE_RELOCS (coff),
652 BFD_JUMP_TABLE_WRITE (coff),
653 BFD_JUMP_TABLE_LINK (coff),