Home | History | Annotate | Download | only in gold

Lines Matching refs:static_relocs_

1851       symbol_table_(symtab), layout_(layout), static_relocs_(), got_view_(NULL),
1896 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); }
1906 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj,
2173 std::vector<Static_reloc> static_relocs_;
5716 if (this->static_relocs_.empty())
5722 for (size_t i = 0; i < this->static_relocs_.size(); ++i)
5724 Static_reloc& reloc(this->static_relocs_[i]);