HomeSort by: relevance | last modified time | path
    Searched refs:objfmt (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-d.cc 72 const char *objfmt = NULL; local
75 objfmt = "elf";
77 objfmt = "macho";
79 objfmt = "coff";
81 if (objfmt == NULL)
84 return build_string_literal (strlen (objfmt) + 1, objfmt);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-d.cc 72 const char *objfmt = NULL; local
75 objfmt = "elf";
77 objfmt = "macho";
79 objfmt = "coff";
81 if (objfmt == NULL)
84 return build_string_literal (strlen (objfmt) + 1, objfmt);
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa-d.cc 64 const char *objfmt = NULL; local
67 objfmt = "som";
69 if (objfmt == NULL)
72 return build_string_literal (strlen (objfmt) + 1, objfmt);
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa-d.cc 64 const char *objfmt = NULL; local
67 objfmt = "som";
69 if (objfmt == NULL)
72 return build_string_literal (strlen (objfmt) + 1, objfmt);
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-d.cc 69 const char *objfmt = NULL; local
72 objfmt = "macho";
74 objfmt = "coff";
76 if (objfmt == NULL)
79 return build_string_literal (strlen (objfmt) + 1, objfmt);
cygwin-d.cc 44 const char *objfmt = "coff"; local
46 return build_string_literal (strlen (objfmt) + 1, objfmt);
winnt-d.cc 49 const char *objfmt = "coff"; local
51 return build_string_literal (strlen (objfmt) + 1, objfmt);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-d.cc 69 const char *objfmt = NULL; local
72 objfmt = "macho";
74 objfmt = "coff";
76 if (objfmt == NULL)
79 return build_string_literal (strlen (objfmt) + 1, objfmt);
  /src/external/gpl3/gcc/dist/gcc/config/
dragonfly-d.cc 40 const char *objfmt = "elf"; local
42 return build_string_literal (strlen (objfmt) + 1, objfmt);
gnu-d.cc 41 const char *objfmt = "elf"; local
43 return build_string_literal (strlen (objfmt) + 1, objfmt);
kfreebsd-d.cc 41 const char *objfmt = "elf"; local
43 return build_string_literal (strlen (objfmt) + 1, objfmt);
kopensolaris-d.cc 41 const char *objfmt = "elf"; local
43 return build_string_literal (strlen (objfmt) + 1, objfmt);
netbsd-d.cc 42 const char *objfmt = "elf"; local
44 return build_string_literal (strlen (objfmt) + 1, objfmt);
openbsd-d.cc 42 const char *objfmt = "elf"; local
44 return build_string_literal (strlen (objfmt) + 1, objfmt);
sol2-d.cc 40 const char *objfmt = "elf"; local
42 return build_string_literal (strlen (objfmt) + 1, objfmt);
darwin-d.cc 41 const char *objfmt = "macho"; local
43 return build_string_literal (strlen (objfmt) + 1, objfmt);
freebsd-d.cc 44 const char *objfmt = "elf"; local
46 return build_string_literal (strlen (objfmt) + 1, objfmt);
linux-d.cc 54 const char *objfmt = "elf"; local
56 return build_string_literal (strlen (objfmt) + 1, objfmt);
  /src/external/gpl3/gcc.old/dist/gcc/config/
dragonfly-d.cc 40 const char *objfmt = "elf"; local
42 return build_string_literal (strlen (objfmt) + 1, objfmt);
netbsd-d.cc 42 const char *objfmt = "elf"; local
44 return build_string_literal (strlen (objfmt) + 1, objfmt);
openbsd-d.cc 42 const char *objfmt = "elf"; local
44 return build_string_literal (strlen (objfmt) + 1, objfmt);
sol2-d.cc 40 const char *objfmt = "elf"; local
42 return build_string_literal (strlen (objfmt) + 1, objfmt);
darwin-d.cc 41 const char *objfmt = "macho"; local
43 return build_string_literal (strlen (objfmt) + 1, objfmt);
freebsd-d.cc 44 const char *objfmt = "elf"; local
46 return build_string_literal (strlen (objfmt) + 1, objfmt);
glibc-d.cc 49 const char *objfmt = "elf"; local
51 return build_string_literal (strlen (objfmt) + 1, objfmt);

Completed in 22 milliseconds

1 2