Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Daarch64.cc444 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); } in add_static_reloc()
455 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj, in add_static_reloc()
472 if (this->static_relocs_.empty()) in do_write()
490 for (size_t i = 0; i < this->static_relocs_.size(); ++i) in do_write()
492 Static_reloc& reloc(this->static_relocs_[i]); in do_write()
658 std::vector<Static_reloc> static_relocs_; member in __anon468f29090111::Output_data_got_aarch64
Dmips.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 __anon1e60feb90111::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()