Searched refs:got_offset_ (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | object.h | 215 : got_type_(-1U), got_offset_(0), got_next_(NULL) in Got_offset_list() 219 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL) in Got_offset_list() 236 this->got_offset_ = 0; in init() 247 this->got_offset_ = got_offset; in set_offset() 255 g->got_offset_ = got_offset; in set_offset() 272 return g->got_offset_; in get_offset() 308 v->visit(g->got_type_, g->got_offset_); in for_all_got_offsets() 313 unsigned int got_offset_; variable
|
D | aarch64.cc | 579 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true) in Static_reloc() 584 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false) in Static_reloc() 593 { return this->got_offset_; } in got_offset() 631 unsigned int got_offset_; member in __anon20db65070111::Output_data_got_aarch64::Static_reloc
|
D | mips.cc | 2091 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true) in Static_reloc() 2096 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false) in Static_reloc() 2105 { return this->got_offset_; } in got_offset() 2143 unsigned int got_offset_; member in __anona7e08b770111::Mips_output_data_got::Static_reloc
|
D | arm.cc | 1956 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true) in Static_reloc() 1961 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false) in Static_reloc() 1970 { return this->got_offset_; } in got_offset() 2008 unsigned int got_offset_; member in __anon5653a9be0111::Arm_output_data_got::Static_reloc
|
D | ChangeLog | 16628 of got_offset_ with got_offsets_. Removed initialization 16636 (Symbol::got_offset_): Removed.
|