Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dobject.h216 : got_type_(-1U), got_offset_(0), got_next_(NULL) in Got_offset_list()
220 : got_type_(got_type), got_offset_(got_offset), got_next_(NULL) in Got_offset_list()
225 if (this->got_next_ != NULL) in ~Got_offset_list()
227 delete this->got_next_; in ~Got_offset_list()
228 this->got_next_ = NULL; in ~Got_offset_list()
238 this->got_next_ = NULL; in init()
252 for (Got_offset_list* g = this; g != NULL; g = g->got_next_) in set_offset()
261 g->got_next_ = this->got_next_; in set_offset()
262 this->got_next_ = g; in set_offset()
270 for (const Got_offset_list* g = this; g != NULL; g = g->got_next_) in get_offset()
[all …]