Searched refs:relocs_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h1628 std::sort(this->relocs_.begin(), this->relocs_.end(),
1633 for (typename Relocs::const_iterator p = this->relocs_.begin();
1634 p != this->relocs_.end();
1646 this->relocs_.clear();
1667 this->relocs_.push_back(reloc);
1668 this->set_current_data_size(this->relocs_.size() * reloc_size);
1675 relobj->add_dyn_reloc(this->relocs_.size() - 1);
1690 Relocs relocs_; member in class:gold::Output_data_reloc_base
H A Darm.cc331 { return this->relocs_.size(); }
337 gold_assert(i < this->relocs_.size());
338 return this->relocs_[i].first;
346 gold_assert(i < this->relocs_.size());
347 return this->relocs_[i].second;
375 std::vector<Reloc> relocs_; member in class:__anon426::Stub_template
4463 entry_in_thumb_mode_(false), relocs_()
4484 this->relocs_.push_back(Reloc(i, offset));
4493 this->relocs_.push_back(Reloc(i, offset));
4499 this->relocs_
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.h1628 std::sort(this->relocs_.begin(), this->relocs_.end(),
1633 for (typename Relocs::const_iterator p = this->relocs_.begin();
1634 p != this->relocs_.end();
1646 this->relocs_.clear();
1667 this->relocs_.push_back(reloc);
1668 this->set_current_data_size(this->relocs_.size() * reloc_size);
1675 relobj->add_dyn_reloc(this->relocs_.size() - 1);
1690 Relocs relocs_; member in class:gold::Output_data_reloc_base
H A Darm.cc331 { return this->relocs_.size(); }
337 gold_assert(i < this->relocs_.size());
338 return this->relocs_[i].first;
346 gold_assert(i < this->relocs_.size());
347 return this->relocs_[i].second;
375 std::vector<Reloc> relocs_; member in class:__anon1672::Stub_template
4463 entry_in_thumb_mode_(false), relocs_()
4484 this->relocs_.push_back(Reloc(i, offset));
4493 this->relocs_.push_back(Reloc(i, offset));
4499 this->relocs_
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h1628 std::sort(this->relocs_.begin(), this->relocs_.end(),
1633 for (typename Relocs::const_iterator p = this->relocs_.begin();
1634 p != this->relocs_.end();
1646 this->relocs_.clear();
1667 this->relocs_.push_back(reloc);
1668 this->set_current_data_size(this->relocs_.size() * reloc_size);
1675 relobj->add_dyn_reloc(this->relocs_.size() - 1);
1690 Relocs relocs_; member in class:gold::Output_data_reloc_base
H A Darm.cc331 { return this->relocs_.size(); }
337 gold_assert(i < this->relocs_.size());
338 return this->relocs_[i].first;
346 gold_assert(i < this->relocs_.size());
347 return this->relocs_[i].second;
375 std::vector<Reloc> relocs_; member in class:__anon568::Stub_template
4463 entry_in_thumb_mode_(false), relocs_()
4484 this->relocs_.push_back(Reloc(i, offset));
4493 this->relocs_.push_back(Reloc(i, offset));
4499 this->relocs_
[all...]

Completed in 336 milliseconds