#include <elf.h>#include <sys/types.h>#include "defs.h"#include "glob.h"#include "erglob.h"#include "erlib.h"#include "errors.h"#include "file_util.h"#include "tracing.h"#include "symtab.h"#include "wn.h"#include "pu_info.h"#include "ir_bread.h"#include "anl_driver.h"#include "w2c_driver.h"#include "w2f_driver.h"#include "instr_reader.h"#include "be_symtab.h"#include "w2c_weak.h"#include "w2f_weak.h"

Go to the source code of this file.
Functions/Subroutines | |
| void | Cleanup_Files (BOOL report, BOOL delete_dotofile) |
| void | Terminate (INT status) |
| void | Early_Terminate (INT status) |
Variables | |
| BOOL | Prompf_anl_loaded = FALSE |
| BOOL | Purple_loaded = FALSE |
| BOOL | Whirl2f_loaded = FALSE |
| BOOL | Whirl2c_loaded = FALSE |
Definition at line 113 of file cleanup.cxx.
Referenced by main(), Prepare_Source(), Signal_Cleanup(), and Terminate().
Definition at line 206 of file cleanup.cxx.
References Be_preg_tab, Be_scope_tab, BE_SCOPE::be_st_tab, RELATED_SEGMENTED_ARRAY< T, block_size >::Clear(), CURRENT_SYMTAB, GLOBAL_SYMTAB, NULL, SCOPE::preg_tab, Scope_tab, SCOPE::st_tab, Terminate(), and growing_table::Un_register().
Referenced by Allocate_Space(), Finalize_Stack_Frame(), and Write_Symdiff().
Definition at line 196 of file cleanup.cxx.
Referenced by CG_Fini(), Early_Terminate(), main(), and Prepare_Source().
| BOOL Prompf_anl_loaded = FALSE |
| BOOL Purple_loaded = FALSE |
| BOOL Whirl2c_loaded = FALSE |
| BOOL Whirl2f_loaded = FALSE |
1.5.6