Searched refs:input_statement (Results 1 – 3 of 3) sorted by relevance
374 lang_input_statement_type input_statement; member
2935 if (s->input_statement.real) in open_input_bfds()2939 s->input_statement.target = current_target; in open_input_bfds()2946 && !s->input_statement.whole_archive in open_input_bfds()2947 && s->input_statement.loaded in open_input_bfds()2948 && bfd_check_format (s->input_statement.the_bfd, in open_input_bfds()2950 s->input_statement.loaded = FALSE; in open_input_bfds()2954 if (! load_symbols (&s->input_statement, &add)) in open_input_bfds()3954 print_input_statement (&s->input_statement); in print_statement()5133 for (file = file_chain.head; file != NULL; file = file->input_statement.next) in lang_check()5135 input_bfd = file->input_statement.the_bfd; in lang_check()
415 new_ent->input_statement.next_real_file = entry->next_real_file;