#include <stdlib.h>

Go to the source code of this file.
Functions/Subroutines | |
| void | initfpu (void) |
| void | __istart (void) |
| void | __compatmode (void) |
| void | _cleanup (void) |
| int | main (int, char **, char **) |
| void | exit (int) |
| void exit | ( | int | ) |
Definition at line 45 of file aux-crt1.c.
| int main | ( | int | , | |
| char ** | , | |||
| char ** | ||||
| ) |
Definition at line 82 of file main.c.
References __mp_ptr, __trap_fpe_override, argc_save, argv_save, BOOL, check_gnu_errors(), compile_file(), Disable_Simplification_For_FE, EMPTY, Enable_WFE_DFE, ENOENT, ENOTDIR, envp_save, errno, error_count, exit(), f77argc, f77argv, f_exit(), gnu_init(), gs_operand(), GS_PROGRAM_DECLARATIONS, gs_read_file(), host_errlist, INT, lang_cplus, MAIN__(), NULL, Opt_Level, Orig_Src_File_Name, Phases, printf(), Process_Cc1_Command_Line(), Process_Command_Line(), RC_INTERNAL_ERROR, RC_NEED_INLINER, RC_OKAY, RC_USER_ERROR, Set_Error_Tables(), sigfdie(), sigidie(), sigindie(), SIGIOT, signal(), sigqdie(), SIGQUIT, sigtdie(), Spin_File_Name, stat, Terminate(), TRUE, warnings_are_errors, WFE_Check_Errors(), WFE_Compile_File_Invoked, WFE_File_Finish(), WFE_File_Init(), WFE_Finish(), WFE_Init(), WGEN_Check_Errors(), WGEN_Expand_Decl(), WGEN_Expand_Defers(), WGEN_Expand_Top_Level_Decl(), WGEN_File_Finish(), WGEN_File_Init(), WGEN_Finish(), WGEN_Init(), and WGEN_Weak_Finish().
1.5.6