HomeSort by relevance Sort by last modified time
    Searched refs:Got_offset_list (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
object.h 212 class Got_offset_list
215 Got_offset_list()
219 Got_offset_list(unsigned int got_type, unsigned int got_offset)
223 ~Got_offset_list()
252 for (Got_offset_list* g = this; g != NULL; g = g->got_next_)
260 Got_offset_list* g = new Got_offset_list(got_type, got_offset);
270 for (const Got_offset_list* g = this; g != NULL; g = g->got_next_)
279 const Got_offset_list*
308 for (const Got_offset_list* g = this; g != NULL; g = g->got_next_
    [all...]
dynobj.h 207 do_for_all_local_got_entries(Got_offset_list::Visitor* v) const;
plugin.h 503 do_for_all_local_got_entries(Got_offset_list::Visitor* v) const;
symtab.h 439 const Got_offset_list*
440 got_offset_list() const function in class:gold::Symbol
1014 Got_offset_list got_offsets_;
    [all...]
incremental.cc     [all...]
object.cc 425 Got_offset_list::Visitor* v) const
434 const Got_offset_list* got_offsets = p->second;
    [all...]
incremental.h     [all...]
dynobj.cc 826 Got_offset_list::Visitor*) const
    [all...]
plugin.cc     [all...]

Completed in 248 milliseconds