Home | History | Annotate | Download | only in gold

Lines Matching refs:locsize

4081       off_t locsize = dyn_global_index * this->dynsym_section_->entsize();
4082 dynoff = this->dynsym_section_->offset() + locsize;
4083 dyncount = (this->dynsym_section_->data_size() - locsize) / symsize;
4085 == this->dynsym_section_->data_size() - locsize);