Lines Matching defs:file

4    This file is part of BFD, the Binary File Descriptor library.
2632 output file) adjusting the reloc addend as necessary.
2639 LOCAL_SECTIONS is an array giving the section in the input file
3895 input file basename is crt0.o only once. */
4098 file. We use it to put .comm items in .scomm, and not .comm. */
4470 /* If there's any TLSOFF relocation, mark the output file as not
5945 an object file.
6295 /* Set the right machine number for a FRV ELF file. */
6343 /* Merge backend specific data from an object file to the output
6344 object file when linking. */
6605 (_("%s: cannot link non-fdpic object file into fdpic executable"),
6609 (_("%s: cannot link fdpic object file into non-fdpic executable"),
6624 FILE *file = (FILE *) ptr;
6633 fprintf (file, _("private flags = 0x%lx:"), (unsigned long) flags);
6638 case EF_FRV_CPU_SIMPLE: fprintf (file, " -mcpu=simple"); break;
6639 case EF_FRV_CPU_FR550: fprintf (file, " -mcpu=fr550"); break;
6640 case EF_FRV_CPU_FR500: fprintf (file, " -mcpu=fr500"); break;
6641 case EF_FRV_CPU_FR450: fprintf (file, " -mcpu=fr450"); break;
6642 case EF_FRV_CPU_FR405: fprintf (file, " -mcpu=fr405"); break;
6643 case EF_FRV_CPU_FR400: fprintf (file, " -mcpu=fr400"); break;
6644 case EF_FRV_CPU_FR300: fprintf (file, " -mcpu=fr300"); break;
6645 case EF_FRV_CPU_TOMCAT: fprintf (file, " -mcpu=tomcat"); break;
6651 case EF_FRV_GPR_32: fprintf (file, " -mgpr-32"); break;
6652 case EF_FRV_GPR_64: fprintf (file, " -mgpr-64"); break;
6658 case EF_FRV_FPR_32: fprintf (file, " -mfpr-32"); break;
6659 case EF_FRV_FPR_64: fprintf (file, " -mfpr-64"); break;
6660 case EF_FRV_FPR_NONE: fprintf (file, " -msoft-float"); break;
6666 case EF_FRV_DWORD_YES: fprintf (file, " -mdword"); break;
6667 case EF_FRV_DWORD_NO: fprintf (file, " -mno-dword"); break;
6671 fprintf (file, " -mdouble");
6674 fprintf (file, " -mmedia");
6677 fprintf (file, " -mmuladd");
6680 fprintf (file, " -fpic");
6683 fprintf (file, " -fPIC");
6686 fprintf (file, " -mlibrary-pic");
6689 fprintf (file, " -mfdpic");
6692 fprintf (file, " non-pic relocations");
6695 fprintf (file, " -G0");
6697 fputc ('\n', file);