#include <ir_bwrite.h>

Public Attributes | |
| const char * | file_name |
| INT | output_fd |
| char * | map_addr |
| off_t | mapped_size |
| off_t | file_size |
| Section * | section_list |
| INT | max_num_of_section |
| INT | num_of_section |
| Section * | cur_section |
Definition at line 70 of file ir_bwrite.h.
Definition at line 79 of file ir_bwrite.h.
Referenced by get_section(), IPA_copy_PU(), WN_open_output(), WN_write_generic_map(), WN_write_prefetch(), WN_write_PU_Infos(), WN_write_symtab(), and WN_write_tree().
| const char* output_file::file_name |
Definition at line 71 of file ir_bwrite.h.
Referenced by create_temp_file(), IPA_copy_PU(), ir_b_grow_map(), ir_bwrite_signal_handler(), WN_close_file(), WN_close_output(), WN_open_output(), WN_write_generic_map(), WN_write_prefetch(), WN_write_PU_Infos(), WN_write_symtab(), WN_write_tree(), and write_output().
| off_t output_file::file_size |
Definition at line 75 of file ir_bwrite.h.
Referenced by cleanup(), IPA_copy_PU(), IPA_write_summary(), ir_b_copy_file(), ir_b_grow_map(), ir_b_reserve_space(), ir_b_save_buf(), layout_sections(), WN_close_file(), WN_close_output(), WN_open_output(), WN_write_dst(), WN_write_flags(), WN_write_generic_map(), WN_write_globals(), WN_write_prefetch(), WN_write_PU_Infos(), WN_write_revision(), WN_write_strtab(), WN_write_symtab(), WN_write_tree(), write_file_info(), write_table(), and write_target_profile().
| char* output_file::map_addr |
Definition at line 73 of file ir_bwrite.h.
Referenced by cleanup(), ir_b_copy_file(), ir_b_create_map(), ir_b_grow_map(), ir_b_save_buf(), save_buf_at_offset(), WN_close_file(), WN_close_output(), WN_write_flags(), WN_write_PU_Infos(), WN_write_tree(), and write_output().
| off_t output_file::mapped_size |
Definition at line 74 of file ir_bwrite.h.
Referenced by ir_b_copy_file(), ir_b_create_map(), ir_b_grow_map(), ir_b_reserve_space(), ir_b_save_buf(), layout_sections(), WN_close_file(), WN_close_output(), WN_write_flags(), and WN_write_PU_Infos().
Definition at line 78 of file ir_bwrite.h.
Referenced by cleanup(), get_section(), layout_sections(), WN_open_output(), and write_output().
Definition at line 72 of file ir_bwrite.h.
Referenced by cleanup(), ir_b_create_map(), ir_b_grow_map(), WN_close_file(), WN_close_output(), and WN_open_output().
Definition at line 76 of file ir_bwrite.h.
Referenced by cleanup(), get_section(), layout_sections(), WN_open_output(), and write_output().
1.5.7.1