Searched refs:got_offset_ (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dobject.h216 : got_type_(-1U), got_offset_(0), got_next_(NULL)
220 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL)
237 this->got_offset_ = 0;
248 this->got_offset_ = got_offset;
256 g->got_offset_ = got_offset;
273 return g->got_offset_;
309 v->visit(g->got_type_, g->got_offset_);
314 unsigned int got_offset_; member in class:gold::Got_offset_list
H A Daarch64.cc579 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true)
584 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false)
593 { return this->got_offset_; }
631 unsigned int got_offset_; member in class:__anon527::Output_data_got_aarch64::Static_reloc
H A Dmips.cc2219 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true)
2224 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false)
2233 { return this->got_offset_; }
2271 unsigned int got_offset_; member in class:__anon554::Mips_output_data_got::Static_reloc
H A Darm.cc1956 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true)
1961 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false)
1970 { return this->got_offset_; }
2008 unsigned int got_offset_;

Completed in 171 milliseconds