Searched refs:cur_file (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c951 char *cur_file, *cur_dir; local
1075 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1096 table->files[table->num_files].name = cur_file;
1176 cur_file = read_string (abfd, line_ptr, &bytes_read);
1194 table->files[table->num_files].name = cur_file;
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c1730 char *cur_file, *cur_dir; local
1896 while ((cur_file = read_string (abfd, line_ptr, line_end, &bytes_read)) != NULL)
1913 table->files[table->num_files].name = cur_file;
2009 cur_file = read_string (abfd, line_ptr, line_end, &bytes_read);
2022 table->files[table->num_files].name = cur_file;

Completed in 67 milliseconds