Searched refs:first_file (Results 1 – 7 of 7) sorted by relevance
96 static bool first_file = true; in annotate_source() local234 if (first_file) in annotate_source()235 first_file = false; in annotate_source()
859 int first_file; in main() local1252 first_file = 1; in main()1370 if (first_file) in main()1373 first_file = 0; in main()1466 if (first_file) in main()1468 first_file = 0; in main()
3025 int first_file = DWARF2_LINE_VERSION > 4 ? 0 : 1; in out_debug_str() local3036 if (files[first_file].dir) in out_debug_str()3038 char *dirname = remap_debug_filename (dirs[files[first_file].dir]); in out_debug_str()3051 len = strlen (files[first_file].filename) + 1; in out_debug_str()3053 memcpy (p, files[first_file].filename, len); in out_debug_str()
1001 static efdr_t *first_file; /* first file descriptor */ variable1002 static efdr_t **last_file_ptr = &first_file; /* file descriptor tail */2194 if (first_file != (efdr_t *) NULL) in add_file()2243 for (fil_ptr = first_file; in add_file()4608 if (first_file == (efdr_t *) NULL) in ecoff_build_debug()4649 for (fil_ptr = first_file; in ecoff_build_debug()
2332 bool first_file; in debug_write() local2340 first_file = true; in debug_write()2345 if (first_file) in debug_write()2346 first_file = false; in debug_write()
72 static lang_input_statement_type *first_file; variable1354 first_file = lang_add_input_file (NULL, lang_input_file_is_marker_enum, in lang_init()8760 if (first_file->filename != NULL) in lang_startup()8764 first_file->filename = name; in lang_startup()8765 first_file->local_sym_name = name; in lang_startup()8766 first_file->flags.real = true; in lang_startup()
5021 (lang_startup): Set real field of first_file to true.