Home
last modified time | relevance | path

Searched refs:__main (Results 1 – 12 of 12) sorted by relevance

/dragonfly/stand/lib/
HD__main.c37 void __main(void);
40 __main(void) in __main() function
HDMakefile51 SRCS+= __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDcollect2.texi17 @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},
HDtm.texi8356 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
HDtm.texi.in8251 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
HDinvoke.texi9454 library subroutines. (For example, @samp{__main}, used to ensure C++
/dragonfly/gnu/lib/gcc47/libgcc/
HDMakefile.src3 _clear_cache _trampoline __main _absvsi2 \
/dragonfly/gnu/lib/gcc80/libgcc/
HDMakefile.src4 _clear_cache _trampoline __main _absvsi2 \
/dragonfly/contrib/gcc-4.7/libgcc/
HDMakefile.in407 _clear_cache _trampoline __main _absvsi2 \
HDlibgcc2.c2137 #define SYMBOL__MAIN __main
/dragonfly/contrib/gcc-8.0/libgcc/
HDlibgcc2.c2244 #define SYMBOL__MAIN __main
/dragonfly/contrib/binutils-2.27/ld/
HDld.texinfo4622 @code{__main}; a call to @code{__main} is automatically inserted into