Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dobject.h2924 : relobj_list_(), dynobj_list_(), sonames_(), cref_(NULL) in Input_objects()
2970 { return this->relobj_list_.begin(); } in relobj_begin()
2974 { return this->relobj_list_.end(); } in relobj_end()
2994 { return this->relobj_list_.size(); } in number_of_relobjs()
2999 { return this->relobj_list_.size() + this->dynobj_list_.size(); } in number_of_input_objects()
3006 Relobj_list relobj_list_; variable
H A Dobject.cc3205 this->relobj_list_.push_back(static_cast<Relobj*>(obj)); in add_object()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dobject.h2924 : relobj_list_(), dynobj_list_(), sonames_(), cref_(NULL) in Input_objects()
2970 { return this->relobj_list_.begin(); } in relobj_begin()
2974 { return this->relobj_list_.end(); } in relobj_end()
2994 { return this->relobj_list_.size(); } in number_of_relobjs()
2999 { return this->relobj_list_.size() + this->dynobj_list_.size(); } in number_of_input_objects()
3006 Relobj_list relobj_list_; variable
H A Dobject.cc3234 this->relobj_list_.push_back(static_cast<Relobj*>(obj)); in add_object()