HomeSort by relevance Sort by last modified time
    Searched full:got_offset_list (Results 1 - 10 of 10) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
object.h 211 class Got_offset_list
214 Got_offset_list()
218 Got_offset_list(unsigned int got_type, unsigned int got_offset)
222 ~Got_offset_list()
251 for (Got_offset_list* g = this; g != NULL; g = g->got_next_)
259 Got_offset_list* g = new Got_offset_list(got_type, got_offset);
269 for (const Got_offset_list* g = this; g != NULL; g = g->got_next_)
278 const Got_offset_list*
307 for (const Got_offset_list* g = this; g != NULL; g = g->got_next_
    [all...]