Lines Matching full:coff
29 #include "coff/internal.h"
30 #include "coff/xcoff.h"
31 #include "coff/rs6000.h"
318 /* We use our own tdata type. Its first field is the COFF tdata type,
319 so the COFF routines are compatible. */
324 coff_data_type *coff;
330 coff = coff_data (abfd);
331 coff->symbols = (coff_symbol_type *) NULL;
332 coff->conversion_table = (unsigned int *) NULL;
333 coff->raw_syments = (struct coff_ptr_struct *) NULL;
334 coff->relocbase = 0;
4026 { /* COFF backend, defined in libcoff.h. */
4183 BFD_JUMP_TABLE_CORE (coff),
4187 BFD_JUMP_TABLE_WRITE (coff),
4207 { /* COFF backend, defined in libcoff.h. */
4364 BFD_JUMP_TABLE_CORE (coff),
4368 BFD_JUMP_TABLE_WRITE (coff),