Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dsymtab.h417 { return this->got_offsets_.get_offset(got_type) != -1U; } in has_got_offset()
423 unsigned int got_offset = this->got_offsets_.get_offset(got_type); in got_offset()
431 { this->got_offsets_.set_offset(got_type, got_offset); } in set_got_offset()
436 { return this->got_offsets_.get_list(); } in got_offset_list()
998 Got_offset_list got_offsets_; variable
Dsymtab.cc62 this->got_offsets_.init(); in init_fields()
DChangeLog16628 of got_offset_ with got_offsets_. Removed initialization
16639 (Symbol::got_offsets_): New field.