Lines Matching defs:second

1106     return p == this->branch_lookup_table_.end() ? invalid_address : p->second;
1117 elfcpp::Swap<size, big_endian>::writeval(oview + p->second, p->first);
2771 // Skip second word of OPD entry, the TOC pointer.
3974 this->brlt_section_, p->second,
4050 // The first covers the branch table, the second
5254 if (p.second
5257 p.first->second.localentry0_ = 1;
5267 if (!p.second && !p.first->second.notoc_)
5269 p.first->second.notoc_ = 1;
5273 if (!p.second && !p.first->second.p9notoc_)
5275 p.first->second.p9notoc_ = 1;
5280 if (!p.second && !p.first->second.toc_)
5282 p.first->second.toc_ = 1;
5283 if (!tocsave && !p.first->second.localentry0_)
5285 if (!p.second && !p.first->second.r2save_)
5287 p.first->second.r2save_ = 1;
5291 if (p.second || (this->resizing_ && !p.first->second.iter_))
5295 p.first->second.iter_ = 1;
5296 p.first->second.off_ = this->plt_size_;
5302 return this->can_reach_stub(from, p.first->second.off_, r_type);
5321 if (p.second
5324 p.first->second.localentry0_ = 1;
5334 if (!p.second && !p.first->second.notoc_)
5336 p.first->second.notoc_ = 1;
5340 if (!p.second && !p.first->second.p9notoc_)
5342 p.first->second.p9notoc_ = 1;
5347 if (!p.second && !p.first->second.toc_)
5349 p.first->second.toc_ = 1;
5350 if (!tocsave && !p.first->second.localentry0_)
5352 if (!p.second && !p.first->second.r2save_)
5354 p.first->second.r2save_ = 1;
5358 if (p.second || (this->resizing_ && !p.first->second.iter_))
5362 p.first->second.iter_ = 1;
5363 p.first->second.off_ = this->plt_size_;
5367 return this->can_reach_stub(from, p.first->second.off_, r_type);
5384 return &p->second;
5395 return &p->second;
5410 return &p->second;
5423 return &p->second;
5444 if (!p.second && !p.first->second.save_res_)
5446 p.first->second.save_res_ = true;
5456 if (!p.second && !p.first->second.notoc_)
5458 p.first->second.notoc_ = true;
5462 if (!p.second && !p.first->second.p9notoc_)
5464 p.first->second.p9notoc_ = true;
5469 if (!p.second && !p.first->second.toc_)
5471 p.first->second.toc_ = true;
5473 if (size == 64 && p.first->second.other_ == 0)
5474 p.first->second.other_ = other;
5475 if (p.second || (this->resizing_ && !p.first->second.iter_))
5479 p.first->second.iter_ = 1;
5480 p.first->second.off_ = this->branch_size_;
5493 return this->can_reach_stub(from, p.first->second.off_, r_type);
5507 return &p->second;
5542 return s1->second.off_ < s2->second.off_;
5572 if (cs->second.p9notoc_
5573 || (cs->second.toc_
5574 && cs->second.r2save_
5575 && !cs->second.localentry0_
5589 if (bs->second.notoc_)
5605 unsigned int off = cs->second.off_;
5612 if (cs->second.toc_
5613 && cs->second.r2save_
5614 && !cs->second.localentry0_)
5616 off += cs->second.tocoff_ + 2 * 4;
5623 unsigned int delta = cs->second.tsize_ - 9 * 4 - 4;
5628 off = cs->second.off_ + 7 * 4;
5633 if (cs->second.p9notoc_)
5635 off += cs->second.p9off_;
5636 off += (cs->second.r2save_ ? 4 : 0) + 8;
5653 unsigned int off = bs->second.off_ + 8;
5815 if (p.second)
5825 return p == this->global_entry_stubs_.end() ? invalid_address : p->second;
5887 sorted[cs->second.indx_] = cs;
5918 = this->stub_address() - this->address() + cs->second.off_;
5929 if (bs->second.save_res_)
5936 + this->plt_size_ + bs->second.off_);
6198 if (p->second.notoc_)
6202 uint64_t from = this->stub_address() + p->second.off_ + bytes;
6213 if (p->second.toc_)
6215 p->second.tocoff_ = bytes;
6219 if (p->second.r2save_ && !p->second.localentry0_)
6222 if (p->second.r2save_)
6227 p->second.tsize_ = bytes - p->second.tocoff_;
6230 if (p->second.p9notoc_)
6232 p->second.p9off_ = bytes;
6235 uint64_t from = this->stub_address() + p->second.off_ + bytes + 2 * 4;
6265 if (p->second.r2save_ && !p->second.localentry0_)
6272 if (p->second.r2save_)
6277 uint64_t from = this->stub_address() + p->second.off_ + bytes;
6289 if (p->second.p9notoc_)
6291 uint64_t from = this->stub_address() + p->second.off_ + bytes + 2 * 4;
6337 Address loc = this->stub_address() + this->last_plt_size_ + p->second.off_;
6349 if (p->second.notoc_)
6362 if (!(p->second.toc_ && this->targ_->power10_stubs_auto()))
6364 p->second.tocoff_ = bytes;
6392 off += elfcpp::ppc64_decode_local_entry(p->second.other_);
6396 || (p->second.toc_ && this->targ_->power10_stubs_auto()))
6442 p = oview + cs->second.off_;
6448 if (cs->second.notoc_)
6462 if (cs->second.toc_)
6467 = cs->second.r2save_ && !cs->second.localentry0_;
6476 if (cs->second.r2save_)
6495 if (cs->second.r2save_
6496 && !cs->second.localentry0_
6502 if (cs->second.p9notoc_)
6521 = cs->second.r2save_ && !cs->second.localentry0_;
6524 if (cs->second.r2save_)
6534 if (cs->second.r2save_
6535 && !cs->second.localentry0_
6550 if (bs->second.save_res_)
6552 Address off = this->plt_size_ + bs->second.off_;
6558 if (bs->second.notoc_)
6576 if (bs->second.toc_)
6578 delta += elfcpp::ppc64_decode_local_entry(bs->second.other_);
6609 if (bs->second.p9notoc_)
6629 if (!bs->second.notoc_)
6630 delta += elfcpp::ppc64_decode_local_entry(bs->second.other_);
6631 if (bs->second.notoc_ || delta + (1 << 25) >= 2 << 25)
6665 p = oview + cs->second.off_;
6668 bool save_lr = cs->second.r2save_ && !cs->second.localentry0_;
6671 if (cs->second.r2save_)
6676 if (cs->second.p9notoc_)
6705 if (cs->second.r2save_
6706 && !cs->second.localentry0_
6728 || cs->second.notoc_)
6748 = (this->stub_address() + cs->second.off_ + 20
6749 + 4 * cs->second.r2save_
6757 p = oview + cs->second.off_;
6760 bool save_lr = cs->second.r2save_ && !cs->second.localentry0_;
6764 if (cs->second.r2save_)
6825 if (cs->second.r2save_
6826 && !cs->second.localentry0_
6848 if (bs->second.save_res_)
6850 Address off = this->plt_size_ + bs->second.off_;
6854 if (!bs->second.p9notoc_)
6855 delta += elfcpp::ppc64_decode_local_entry(bs->second.other_);
6856 if (bs->second.p9notoc_)
6910 p = oview + cs->second.off_;
6963 if (bs->second.save_res_)
6965 Address off = this->plt_size_ + bs->second.off_;
7106 p = oview + global_entry_off + ge->second;
7117 Address my_addr = global_entry_base + ge->second;
9642 for (s = p->second.begin(); s != p->second.end(); ++s)
9645 unsigned int src_indx = s->second;
9649 p->second.clear();
10230 const char* second;
10254 second = name;
10260 second = this->last_fp_;
10267 second = name;
10274 second = this->last_fp_;
10293 second = this->last_ld_;
10299 second = name;
10305 second = name;
10311 second = this->last_ld_;
10319 gold_warning(_(err), first, second);
10321 gold_error(_(err), first, second);
10365 second = name;
10371 second = this->last_vec_;
10376 gold_error(_(err), first, second);
10401 second = name;
10408 second = this->last_struct_;
10413 gold_error(_(err), first, second);
10499 *dest_shndx = folded.second;
10556 // while *PINSN2 is the second instruction.