
Go to the source code of this file.
| typedef union mit_descriptor_entry mit_descriptor_type |
| typedef union mit_header_entry mit_header_type |
| typedef struct mit_inside_entry mit_inside_type |
| typedef struct old_mit_inside_entry old_mit_inside_type |
| typedef enum tbl_type_values tbl_type_type |
| enum tbl_type_values |
boolean keep_module_procs = TRUE [static] |
Definition at line 157 of file module.h.
Referenced by assign_new_idxs_after_input(), collapse_interface_blk(), find_prog_unit_tbl(), read_in_module_tbl(), read_sytb_from_module_file(), and use_stmt_semantics().
| mit_descriptor_type mit_descriptor[Num_Of_Tbls+1] |
Definition at line 121 of file module.h.
Referenced by output_mod_info_file(), and read_in_module_tbl().
Definition at line 122 of file module.h.
Referenced by create_mod_info_file(), output_mod_info_file(), read_in_module_tbl(), read_module_tbl_header(), and srch_for_module_tbl().
char mod_file_name[MAX_FILE_NAME_SIZE] [static] |
Definition at line 158 of file module.h.
Referenced by create_mod_info_file(), and dump_pdt().
char* tbl_type_str[] [static] |
{
" ",
"Name_Pool",
"Loc_Name_Tbl",
"Attr_Tbl",
"Bounds_Tbl",
"Const_Tbl",
"Const_Pool",
"Sec_Name_Tbl",
"Stor_Blk_Tbl",
"Type_Tbl",
"Ir_Tbl",
"Ir_List_Tbl",
"Sh_Tbl" }
Definition at line 160 of file module.h.
Referenced by print_mod_tbl().
1.7.1