Lines Matching defs:ieee_data_struct
72 typedef struct ieee_data_struct struct
74 common_header_type h;
75 bfd_boolean read_symbols;
76 bfd_boolean read_data;
77 file_ptr output_cursor;
79 asection **section_table;
80 unsigned int section_table_size;
81 ieee_address_descriptor_type ad;
82 ieee_module_begin_type mb;
83 ieee_w_variable_type w;
85 unsigned int section_count;
87 unsigned int map_idx;
89 ieee_symbol_type *external_symbols;
91 ieee_symbol_type *external_reference;
95 unsigned int external_symbol_max_index;
96 unsigned int external_symbol_min_index;
97 unsigned int external_symbol_count;
98 int external_symbol_base_offset;
100 unsigned int external_reference_max_index;
101 unsigned int external_reference_min_index;
102 unsigned int external_reference_count;
103 int external_reference_base_offset;
106 bfd_boolean symbol_table_full;
109 bfd_boolean done_debug;
112 bfd_chain_type *chain_head;
113 bfd_chain_type *chain_root;