Home | History | Annotate | Download | only in gold

Lines Matching refs:static_relocs_

440   { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); }
451 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj,
468 if (this->static_relocs_.empty())
486 for (size_t i = 0; i < this->static_relocs_.size(); ++i)
488 Static_reloc& reloc(this->static_relocs_[i]);
654 std::vector<Static_reloc> static_relocs_;