Lines Matching defs:lang_input_statement_struct
222 typedef struct lang_input_statement_struct struct
224 lang_statement_header_type header;
226 const char *filename;
230 const char *local_sym_name;
232 bfd *the_bfd;
234 bfd_boolean closed;
235 file_ptr passive_position;
238 asymbol **asymbols;
239 unsigned int symbol_count;
243 union lang_statement_union *next;
246 union lang_statement_union *next_real_file;
248 bfd_boolean is_archive;
251 bfd_boolean search_dirs_flag;
257 bfd_boolean sysrooted;
262 bfd_boolean just_syms_flag;
265 bfd_boolean dynamic;
269 bfd_boolean as_needed;
272 bfd_boolean whole_archive;
274 bfd_boolean loaded;
279 const char *target;
280 bfd_boolean real;