Searched refs:first_file (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/libdpv/
H A Ddpv.c137 struct dpv_file_node *first_file; local
473 first_file = file_list;
474 fc = first_file->name;
481 __func__, first_file->name);
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c806 int first_file;
1056 first_file = 1;
1099 if (first_file)
1102 first_file = 0;
1199 if (first_file)
1201 first_file = 0;
795 int first_file; local
H A Dmips-tfile.c1084 static efdr_t *first_file; /* first file descriptor */
1085 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */
2413 for (file_ptr = first_file;
3847 for (file_ptr = first_file;
4148 for (file_ptr = first_file;
4160 for (file_ptr = first_file;
4172 for (file_ptr = first_file;
4184 for (file_ptr = first_file;
4204 for (file_ptr = first_file;
4668 cur_file_ptr = first_file;
1077 static efdr_t *first_file; /* first file descriptor */ variable
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c2334 bfd_boolean first_file;
2342 first_file = TRUE;
2347 if (first_file)
2348 first_file = FALSE;
2331 bfd_boolean first_file; local
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c1006 static efdr_t *first_file; /* first file descriptor */
1007 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */
2208 if (first_file != (efdr_t *) NULL)
2259 for (fil_ptr = first_file;
4665 if (first_file == (efdr_t *) NULL)
4706 for (fil_ptr = first_file;
1004 static efdr_t *first_file; /* first file descriptor */ variable
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c60 static lang_input_statement_type *first_file; variable
1094 first_file = lang_add_input_file (NULL, lang_input_file_is_marker_enum,
6015 first_file->filename = name;
6016 first_file->local_sym_name = name;
6017 first_file->real = TRUE;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp207 size_t first_file = 0; local
213 first_file = 1;
217 for (size_t idx = first_file; idx <= number_of_files; ++idx) {

Completed in 487 milliseconds