Home | History | Annotate | Download | only in ld

Lines Matching refs:input_statement

3287 	  if (s->input_statement.flags.real)
3293 s->input_statement.target = current_target;
3305 && s->input_statement.flags.loaded
3306 && (abfd = s->input_statement.the_bfd) != NULL
3308 && !s->input_statement.flags.whole_archive)
3311 && s->input_statement.flags.add_DT_NEEDED_for_regular
3315 s->input_statement.flags.loaded = FALSE;
3316 s->input_statement.flags.reload = TRUE;
3322 if (! load_symbols (&s->input_statement, &add))
3337 s->input_statement.filename);
3351 if (&s->input_statement == plugin_insert)
4539 print_input_statement (&s->input_statement);
5827 for (file = file_chain.head; file != NULL; file = file->input_statement.next)
5831 if (file->input_statement.flags.claimed)
5834 input_bfd = file->input_statement.the_bfd;
6513 lastobject = &input_file_chain.head->input_statement;
6514 for (claim1 = &file_chain.head->input_statement;
6516 claim1 = &claim1->next->input_statement)