Lines Matching full:coff
1 /* BFD back-end for Intel i860 COFF files.
3 Created mostly by substituting "860" for "386" in coff-i386.c
27 #include "coff/i860.h"
29 #include "coff/internal.h"
43 /* For some reason when using i860 COFF the value stored in the .text
84 ignores the addend for a COFF target when producing
86 COFF, so we handle the addend here instead. */
452 /* For 860 COFF a STYP_NOLOAD | STYP_BSS section is part of a shared
453 library. On some other COFF targets STYP_BSS is normally
472 /* We use the special COFF backend linker. */
536 /* ??? How to handle PC16 for COFF? SPLIT0 is close for now. */
666 "coff-i860", /* name */
697 BFD_JUMP_TABLE_GENERIC (coff),
698 BFD_JUMP_TABLE_COPY (coff),
701 BFD_JUMP_TABLE_SYMBOLS (coff),
702 BFD_JUMP_TABLE_RELOCS (coff),
703 BFD_JUMP_TABLE_WRITE (coff),
704 BFD_JUMP_TABLE_LINK (coff),