Searched refs:Static_reloc (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | mips.cc | 1896 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); } in add_static_reloc() 1906 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj, in add_static_reloc() 1916 this->secondary_got_relocs_.push_back(Static_reloc(got_offset, in add_secondary_got_reloc() 2086 class Static_reloc class in __anona7e08b770111::Mips_output_data_got 2089 Static_reloc(unsigned int got_offset, unsigned int r_type, in Static_reloc() function in __anona7e08b770111::Mips_output_data_got::Static_reloc 2094 Static_reloc(unsigned int got_offset, unsigned int r_type, in Static_reloc() function in __anona7e08b770111::Mips_output_data_got::Static_reloc 2173 std::vector<Static_reloc> static_relocs_; 2183 std::vector<Static_reloc> secondary_got_relocs_; 5686 Static_reloc& reloc(this->secondary_got_relocs_[i]); in do_write() 5724 Static_reloc& reloc(this->static_relocs_[i]); in do_write()
|
D | aarch64.cc | 440 { 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() 488 Static_reloc& reloc(this->static_relocs_[i]); in do_write() 575 class Static_reloc class in __anon20db65070111::Output_data_got_aarch64 578 Static_reloc(unsigned int got_offset, unsigned int r_type, Symbol* gsym) in Static_reloc() function in __anon20db65070111::Output_data_got_aarch64::Static_reloc 582 Static_reloc(unsigned int got_offset, unsigned int r_type, in Static_reloc() function in __anon20db65070111::Output_data_got_aarch64::Static_reloc 654 std::vector<Static_reloc> static_relocs_;
|
D | arm.cc | 1916 { 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() 1952 class Static_reloc class in __anon5653a9be0111::Arm_output_data_got 1955 Static_reloc(unsigned int got_offset, unsigned int r_type, Symbol* gsym) in Static_reloc() function in __anon5653a9be0111::Arm_output_data_got::Static_reloc 1959 Static_reloc(unsigned int got_offset, unsigned int r_type, in Static_reloc() function in __anon5653a9be0111::Arm_output_data_got::Static_reloc 2036 std::vector<Static_reloc> static_relocs_; 7220 this->static_relocs_.push_back(Static_reloc(got_offset, in add_tls_gd32_with_static_reloc() 7242 this->static_relocs_.push_back(Static_reloc(got_offset, in add_tls_gd32_with_static_reloc() 7275 Static_reloc& reloc(this->static_relocs_[i]); in do_write()
|
D | ChangeLog | 751 (class Output_data_got_aarch64::Static_reloc): New class to wrap
|