Home
last modified time | relevance | path

Searched refs:files_read (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dfileread.cc127 std::vector<std::string> File_read::files_read; member in gold::File_read
1154 File_read::files_read.push_back(name); in record_file_read()
1164 for (std::vector<std::string>::const_iterator it = files_read.begin(); in write_dependency_file()
1165 it != files_read.end(); in write_dependency_file()
1170 for (std::vector<std::string>::const_iterator it = files_read.begin(); in write_dependency_file()
1171 it != files_read.end(); in write_dependency_file()
H A Dfileread.h260 static std::vector<std::string> files_read; variable
H A DChangeLog-2020409 * fileread.cc (File_read::files_read): New static variable.
410 (File_read::open): Add the file to the files_read list.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dfileread.cc127 std::vector<std::string> File_read::files_read; member in gold::File_read
1154 File_read::files_read.push_back(name); in record_file_read()
1164 for (std::vector<std::string>::const_iterator it = files_read.begin(); in write_dependency_file()
1165 it != files_read.end(); in write_dependency_file()
1170 for (std::vector<std::string>::const_iterator it = files_read.begin(); in write_dependency_file()
1171 it != files_read.end(); in write_dependency_file()
H A Dfileread.h260 static std::vector<std::string> files_read; variable
H A DChangeLog-2020409 * fileread.cc (File_read::files_read): New static variable.
410 (File_read::open): Add the file to the files_read list.
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhistory.c1213 int files_read; in read_hrecs() local
1222 files_read = walklist (flist, read_hrecs_file, NULL); in read_hrecs()
1223 if (!files_read) in read_hrecs()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git33633 [gdb/symtab] Fix data race on dwarf2_per_cu_data::{files_read,is_debug_types}
33712 - the main thread writing to dwarf2_per_cu_data::files_read.
33714 The two bitfields dwarf2_per_cu_data::files_read and
33717 Fix this by making dwarf2_per_cu_data::files_read a packed<bool, 1>.