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

  /toolchain/binutils/binutils-2.27/gold/
reloc.cc 364 if (this->symtab_shndx_ == 0 || this->local_symbol_count_ == 0)
372 const unsigned int loccount = this->local_symbol_count_;
414 this->local_symbol_count_,
466 this->local_symbol_count_,
484 this->local_symbol_count_,
530 this->local_symbol_count_,
578 if (r_sym >= this->local_symbol_count_)
579 this->count_incremental_reloc(r_sym - this->local_symbol_count_);
    [all...]
object.h     [all...]
object.cc 468 local_symbol_count_(0),
875 this->local_symbol_count_ = loccount;
    [all...]
incremental.h 2025 unsigned int local_symbol_count_; member in class:gold::Sized_relobj_incr
    [all...]
incremental.cc     [all...]

Completed in 261 milliseconds