Searched refs:first_file (Results 1 – 6 of 6) sorted by relevance
795 int first_file; in main() local1045 first_file = 1; in main()1088 if (first_file) in main()1091 first_file = 0; in main()1188 if (first_file) in main()1190 first_file = 0; in main()
1077 static efdr_t *first_file; /* first file descriptor */ variable1078 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */2391 for (file_ptr = first_file; in add_file()3811 for (file_ptr = first_file; in update_headers()4110 for (file_ptr = first_file; in write_object()4122 for (file_ptr = first_file; in write_object()4134 for (file_ptr = first_file; in write_object()4146 for (file_ptr = first_file; in write_object()4166 for (file_ptr = first_file; in write_object()4628 cur_file_ptr = first_file; in copy_object()
1004 static efdr_t *first_file; /* first file descriptor */ variable1005 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */2194 if (first_file != (efdr_t *) NULL) in add_file()2245 for (fil_ptr = first_file; in add_file()4633 if (first_file == (efdr_t *) NULL) in ecoff_build_debug()4674 for (fil_ptr = first_file; in ecoff_build_debug()
2331 bfd_boolean first_file; in debug_write() local2339 first_file = TRUE; in debug_write()2344 if (first_file) in debug_write()2345 first_file = FALSE; in debug_write()
60 static lang_input_statement_type *first_file; variable1094 first_file = lang_add_input_file (NULL, lang_input_file_is_marker_enum, in lang_init()6013 first_file->filename = name; in lang_startup()6014 first_file->local_sym_name = name; in lang_startup()6015 first_file->real = TRUE; in lang_startup()
5021 (lang_startup): Set real field of first_file to true.