Lines Matching full:coff
1 /* BFD back-end for Intel 386 COFF files.
26 #include "coff/i386.h"
28 #include "coff/internal.h"
31 #include "coff/pe.h"
35 #include "coff/go32exe.h"
56 /* For some reason when using i386 COFF the value stored in the .text
104 ignores the addend for a COFF target when producing
106 COFF, so we handle the addend here instead. */
357 /* For 386 COFF a STYP_NOLOAD | STYP_BSS section is part of a shared
358 library. On some other COFF targets STYP_BSS is normally
396 /* We use the special COFF backend linker. For normal i386 COFF, we
432 /* Convert an rtype to howto for the COFF backend linker. */
626 "coff-i386", /* name */
671 BFD_JUMP_TABLE_GENERIC (coff),
672 BFD_JUMP_TABLE_COPY (coff),
675 BFD_JUMP_TABLE_SYMBOLS (coff),
676 BFD_JUMP_TABLE_RELOCS (coff),
677 BFD_JUMP_TABLE_WRITE (coff),
678 BFD_JUMP_TABLE_LINK (coff),