Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gprof/
Dsource.c96 static bfd_boolean first_file = TRUE; in annotate_source() local
227 if (first_file) in annotate_source()
228 first_file = FALSE; in annotate_source()
/toolchain/binutils/binutils-2.27/gas/
Decoff.c1001 static efdr_t *first_file; /* first file descriptor */ variable
1002 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */
2199 if (first_file != (efdr_t *) NULL) in add_file()
2249 for (fil_ptr = first_file; in add_file()
4627 if (first_file == (efdr_t *) NULL) in ecoff_build_debug()
4668 for (fil_ptr = first_file; in ecoff_build_debug()
/toolchain/binutils/binutils-2.27/binutils/
Ddebug.c2330 bfd_boolean first_file; in debug_write() local
2338 first_file = TRUE; in debug_write()
2343 if (first_file) in debug_write()
2344 first_file = FALSE; in debug_write()
/toolchain/binutils/binutils-2.27/ld/
Dldlang.c70 static lang_input_statement_type *first_file; variable
1242 first_file = lang_add_input_file (NULL, lang_input_file_is_marker_enum, in lang_init()
7096 if (first_file->filename != NULL) in lang_startup()
7100 first_file->filename = name; in lang_startup()
7101 first_file->local_sym_name = name; in lang_startup()
7102 first_file->flags.real = TRUE; in lang_startup()
DChangeLog-91975021 (lang_startup): Set real field of first_file to true.