Home
last modified time | relevance | path

Searched refs:file_count_ (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dplugin.cc475 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()
Doptions.h2304 : input_argument_list_(), in_group_(false), in_lib_(false), file_count_(0) in Input_arguments()
2362 { return this->file_count_; } in number_of_input_files()
2368 unsigned int file_count_; variable
Doptions.cc1496 file.set_arg_serial(++this->file_count_); in add_file()
DChangeLog-08158062 (Input_arguments::Input_arguments): Initialize file_count_.
8065 (Input_arguments::file_count_): New data member.