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

  /toolchain/binutils/binutils-2.27/gold/
symtab.h 422 { return this->got_offsets_.get_offset(got_type) != -1U; }
428 unsigned int got_offset = this->got_offsets_.get_offset(got_type);
436 { this->got_offsets_.set_offset(got_type, got_offset); }
441 { return this->got_offsets_.get_list(); }
1014 Got_offset_list got_offsets_; member in class:gold::Symbol
    [all...]
symtab.cc 62 this->got_offsets_.init();
    [all...]

Completed in 158 milliseconds