Searched refs:__main (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/stand/lib/ |
| HD | __main.c | 37 void __main(void); 40 __main(void) in __main() function
|
| HD | Makefile | 51 SRCS+= __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | collect2.texi | 17 @findex __main 20 called @code{__main}, which is called (automatically) at the beginning 22 CC)@. Calling @code{__main} is necessary, even when compiling C code, to 24 @option{-nostdlib}, you get an unresolved reference to @code{__main},
|
| HD | tm.texi | 8356 it inserts a procedure call to @code{__main} as the first executable code 8357 after the function prologue. The @code{__main} function is defined 8372 the compilation of @code{main} to call @code{__main} as above, starting 8384 via @code{__main} as described above. In order to use this method, 8408 If defined, @code{main} will not call @code{__main} as described above. 8445 If defined, @code{main} will call @code{__main} despite the presence of
|
| HD | tm.texi.in | 8251 it inserts a procedure call to @code{__main} as the first executable code 8252 after the function prologue. The @code{__main} function is defined 8267 the compilation of @code{main} to call @code{__main} as above, starting 8279 via @code{__main} as described above. In order to use this method, 8303 If defined, @code{main} will not call @code{__main} as described above. 8340 If defined, @code{main} will call @code{__main} despite the presence of
|
| HD | invoke.texi | 9454 library subroutines. (For example, @samp{__main}, used to ensure C++
|
| /dragonfly/gnu/lib/gcc47/libgcc/ |
| HD | Makefile.src | 3 _clear_cache _trampoline __main _absvsi2 \
|
| /dragonfly/gnu/lib/gcc80/libgcc/ |
| HD | Makefile.src | 4 _clear_cache _trampoline __main _absvsi2 \
|
| /dragonfly/contrib/gcc-4.7/libgcc/ |
| HD | Makefile.in | 407 _clear_cache _trampoline __main _absvsi2 \
|
| HD | libgcc2.c | 2137 #define SYMBOL__MAIN __main
|
| /dragonfly/contrib/gcc-8.0/libgcc/ |
| HD | libgcc2.c | 2244 #define SYMBOL__MAIN __main
|
| /dragonfly/contrib/binutils-2.27/ld/ |
| HD | ld.texinfo | 4622 @code{__main}; a call to @code{__main} is automatically inserted into
|