Lines Matching full:coff
1 /* BFD back-end for Renesas Super-H COFF binaries.
29 #include "coff/sh.h"
30 #include "coff/internal.h"
35 #include "coff/pe.h"
97 in coff/internal.h which we do not expect to ever see. */
411 /* Convert an rtype to howto for the COFF backend linker.
412 Copied from coff-i386. */
647 /* We use the special COFF backend linker. */
895 of changes which have to be made, as is done in coff-mips.c;
2293 called by both the ELF and the COFF sh targets. ABFD and SEC are
3000 CREATE_BIG_COFF_TARGET_VEC (sh_coff_vec, "coff-sh", BFD_IS_RELAXABLE, 0, '_', NULL, COFF_SWAP_TABLE)
3010 #define TARGET_SHL_NAME "coff-shl"
3023 /* Some people want versions of the SH COFF target which do not align
3028 coff-sh{l}-small and -oformat coff-sh{l}-small.
3031 section alignment in COFF is rather complex. ELF handles this
3118 "coff-sh-small", /* name */
3147 BFD_JUMP_TABLE_COPY (coff),
3150 BFD_JUMP_TABLE_SYMBOLS (coff),
3151 BFD_JUMP_TABLE_RELOCS (coff),
3152 BFD_JUMP_TABLE_WRITE (coff),
3153 BFD_JUMP_TABLE_LINK (coff),
3163 "coff-shl-small", /* name */
3192 BFD_JUMP_TABLE_COPY (coff),
3195 BFD_JUMP_TABLE_SYMBOLS (coff),
3196 BFD_JUMP_TABLE_RELOCS (coff),
3197 BFD_JUMP_TABLE_WRITE (coff),
3198 BFD_JUMP_TABLE_LINK (coff),