Searched refs:file_count_ (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | plugin.cc | 475 Plugin_recorder() : file_count_(0), tempdir_(NULL), logfile_(NULL) in Plugin_recorder() 500 unsigned int file_count_; member in gold::Plugin_recorder 620 snprintf(counter, sizeof(counter), "%05d", this->file_count_); in replacement_file() 621 ++this->file_count_; in replacement_file()
|
| HD | options.h | 2225 : input_argument_list_(), in_group_(false), in_lib_(false), file_count_(0) in Input_arguments() 2283 { return this->file_count_; } in number_of_input_files() 2289 unsigned int file_count_; variable
|
| HD | options.cc | 1422 file.set_arg_serial(++this->file_count_); in add_file()
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | options.h | 2019 : input_argument_list_(), in_group_(false), in_lib_(false), file_count_(0) in Input_arguments() 2077 { return this->file_count_; } in number_of_input_files() 2083 unsigned int file_count_; variable
|
| HD | options.cc | 1352 file.set_arg_serial(++this->file_count_); in add_file()
|