Home
last modified time | relevance | path

Searched refs:first_file (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dcollect2.c795 int first_file; in main() local
1045 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()
Dmips-tfile.c1077 static efdr_t *first_file; /* first file descriptor */ variable
1078 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()
/freebsd-9-stable/contrib/binutils/gas/
Decoff.c1004 static efdr_t *first_file; /* first file descriptor */ variable
1005 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()
/freebsd-9-stable/contrib/binutils/binutils/
Ddebug.c2331 bfd_boolean first_file; in debug_write() local
2339 first_file = TRUE; in debug_write()
2344 if (first_file) in debug_write()
2345 first_file = FALSE; in debug_write()
/freebsd-9-stable/contrib/binutils/ld/
Dldlang.c60 static lang_input_statement_type *first_file; variable
1094 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()
DChangeLog-91975021 (lang_startup): Set real field of first_file to true.