Searched refs:NAME__MAIN (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dcoff.h87 #define NAME__MAIN "__gccmain"
82 #define NAME__MAIN macro
H A Daof.h95 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
98 #define NAME__MAIN "__gccmain"
97 #define NAME__MAIN macro
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Deabi.h28 #define NAME__MAIN "__eabi" macro
/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.c112 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
114 #ifndef NAME__MAIN macro
115 #define NAME__MAIN "__main"
1972 fprintf (stream, "extern entry_pt %s;\n", NAME__MAIN);
1973 fprintf (stream, "entry_pt *__main_reference = %s;\n\n", NAME__MAIN);
H A Dlibgcc2.c2101 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
2104 #ifndef NAME__MAIN
2105 #define NAME__MAIN "__main"
2070 #define NAME__MAIN macro
H A Dfunction.c81 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
84 #ifndef NAME__MAIN
85 #define NAME__MAIN "__main" macro
3964 emit_library_call (init_one_libfunc (NAME__MAIN), LCT_NORMAL, VOIDmode, 0);

Completed in 134 milliseconds