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

  /toolchain/binutils/binutils-2.25/gold/
mips.cc 918 global_gotoffset_(-1U), got_only_for_calls_(true), has_lazy_stub_(false),
1046 { return this->global_gotoffset_; }
1054 if (this->global_gotoffset_ == -1U || offset < this->global_gotoffset_)
1055 this->global_gotoffset_ = offset;
1284 unsigned int global_gotoffset_; member in class:__anon115870::Mips_symbol
    [all...]

Completed in 1014 milliseconds