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

/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Driscix1-1.h72 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
75 #ifndef NAME__MAIN
76 #define NAME__MAIN "__gccmain" macro
H A Driscix.h105 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
108 #ifndef NAME__MAIN
109 #define NAME__MAIN "__gccmain" macro
H A Dcoff.h214 #define NAME__MAIN "__gccmain"
207 #define NAME__MAIN macro
H A Dtcoff.h197 #define NAME__MAIN "__gccmain"
191 #define NAME__MAIN macro
H A Dunknown-elf.h126 #define NAME__MAIN "__gccmain" macro
H A Daof.h210 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
213 #define NAME__MAIN "__gccmain"
212 #define NAME__MAIN macro
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Deabi.h30 #define NAME__MAIN "__eabi" macro
H A Drs6000.c3705 #ifdef NAME__MAIN
4250 #ifdef NAME__MAIN
4343 #ifdef NAME__MAIN
4356 fprintf (file, "\tbl %s%s\n", prefix, NAME__MAIN);
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Deabi.h27 #define NAME__MAIN "__eabi" macro
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Drtems64.h44 #undef NAME__MAIN macro
H A Dvxworks.h31 #undef NAME__MAIN macro
H A Dlinux.h83 #undef NAME__MAIN macro
H A Delf.h263 #define NAME__MAIN "__gccmain" macro
H A Delf64.h289 #define NAME__MAIN "__gccmain" macro
/haiku-buildtools/gcc/gcc/config/arm/
H A Dcoff.h84 #define NAME__MAIN "__gccmain"
79 #define NAME__MAIN macro
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dlynx-ng.h117 #define NAME__MAIN "____main" macro
/haiku-buildtools/gcc/gcc/
H A Dcollect2.c119 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
121 #ifndef NAME__MAIN macro
122 #define NAME__MAIN "__main"
2235 fprintf (stream, "extern entry_pt %s;\n", NAME__MAIN);
2236 fprintf (stream, "entry_pt *__main_reference = %s;\n\n", NAME__MAIN);
H A Dcfgexpand.c112 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
115 #ifndef NAME__MAIN
116 #define NAME__MAIN "__main" macro
5871 emit_library_call (init_one_libfunc (NAME__MAIN), LCT_NORMAL, VOIDmode, 0);
/haiku-buildtools/legacy/gcc/gcc/
H A Dcollect2.c150 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
153 #ifndef NAME__MAIN
154 #define NAME__MAIN "__main" macro
2206 fprintf (stream, "extern entry_pt %s;\n", NAME__MAIN);
2207 fprintf (stream, "entry_pt *__main_reference = %s;\n\n", NAME__MAIN);
3361 char *n = name + strlen (name) - strlen (NAME__MAIN);
3363 if ((n - name) < 0 || strcmp (n, NAME__MAIN))
H A Dlibgcc2.c2822 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
2825 #ifndef NAME__MAIN
2826 #define NAME__MAIN "__main" macro
H A Dfunction.c71 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
74 #ifndef NAME__MAIN
75 #define NAME__MAIN "__main" macro
6186 emit_library_call (gen_rtx_SYMBOL_REF (Pmode, NAME__MAIN), 0,
/haiku-buildtools/gcc/libgcc/
H A Dlibgcc2.c2233 cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
2236 #ifndef NAME__MAIN
2237 #define NAME__MAIN "__main"
2199 #define NAME__MAIN macro

Completed in 153 milliseconds