Home
last modified time | relevance | path

Searched refs:static_relocs_ (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
HDaarch64.cc440 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); } in add_static_reloc()
451 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj, in add_static_reloc()
468 if (this->static_relocs_.empty()) in do_write()
486 for (size_t i = 0; i < this->static_relocs_.size(); ++i) in do_write()
488 Static_reloc& reloc(this->static_relocs_[i]); in do_write()
654 std::vector<Static_reloc> static_relocs_; member in __anon85c20a8d0111::Output_data_got_aarch64
HDarm.cc1916 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); } in add_static_reloc()
1926 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj, in add_static_reloc()
2036 std::vector<Static_reloc> static_relocs_; member in __anon4fa87c440111::Arm_output_data_got
7191 this->static_relocs_.push_back(Static_reloc(got_offset, in add_tls_gd32_with_static_reloc()
7213 this->static_relocs_.push_back(Static_reloc(got_offset, in add_tls_gd32_with_static_reloc()
7226 if (this->static_relocs_.empty()) in do_write()
7244 for (size_t i = 0; i < this->static_relocs_.size(); ++i) in do_write()
7246 Static_reloc& reloc(this->static_relocs_[i]); in do_write()
HDmips.cc1976 symbol_table_(symtab), layout_(layout), static_relocs_(), got_view_(NULL), in Mips_output_data_got()
2023 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); } in add_static_reloc()
2033 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj, in add_static_reloc()
2301 std::vector<Static_reloc> static_relocs_; member in __anoncbcfaebd0111::Mips_output_data_got
6585 if (this->static_relocs_.empty()) in do_write()
6591 for (size_t i = 0; i < this->static_relocs_.size(); ++i) in do_write()
6593 Static_reloc& reloc(this->static_relocs_[i]); in do_write()