Home | History | Annotate | Download | only in gold

Lines Matching refs:static_relocs_

1916   { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); }
1926 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj,
2036 std::vector<Static_reloc> static_relocs_;
7220 this->static_relocs_.push_back(Static_reloc(got_offset,
7242 this->static_relocs_.push_back(Static_reloc(got_offset,
7255 if (this->static_relocs_.empty())
7273 for (size_t i = 0; i < this->static_relocs_.size(); ++i)
7275 Static_reloc& reloc(this->static_relocs_[i]);