Lines Matching defs:lib
164 // the token. If the object is a member of a lib group, however,
172 // Handle a whole lib group. Other than collecting statistics, this just
178 const Input_file_lib* lib_group = this->input_argument_->lib();
212 // Handle a lib group. We set Read_symbols Tasks as usual, but have them
220 const Input_file_lib* lib_group = this->input_argument_->lib();
225 Lib_group* lib = new Lib_group(lib_group, this);
230 lib, this->next_blocker_);
240 Archive_member* m = lib->get_member(j);
533 std::string ret("Read_symbols lib (");
535 const Input_file_lib* lib = this->input_argument_->lib();
536 for (Input_file_lib::const_iterator p = lib->begin();
537 p != lib->end();
752 Incremental_library* lib = this->ibase_->get_library(this->input_file_index_);
753 gold_assert(lib != NULL);
754 lib->copy_unused_symbols();
756 if (!lib->is_reported())
758 unsigned int lib_serial = lib->arg_serial();
759 unsigned int lib_index = lib->input_file_index();
761 incremental_inputs->report_archive_begin(lib, lib_serial, script_info);
763 incremental_inputs->report_archive_end(lib);