• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/lld/ELF/

Lines Matching refs:getVA

514   uint64_t va = getPartition().ehFrameHdr->getVA();
637 return this->getVA() + b.globalDynIndex * config->wordsize;
681 g.local16.insert({{nullptr, getMipsPageAddr(sym.getVA(addend))}, 0});
740 uint64_t symAddr = getMipsPageAddr(sym.getVA(addend));
743 index = g.local16.lookup({nullptr, getMipsPageAddr(sym.getVA(addend))});
1015 return ElfSym::mipsGp->getVA(0);
1016 return getVA() + gots[*f->mipsGotIndex].startIndex * config->wordsize +
1040 va = s->getVA(a);
1221 entries.push_back({tag, [=] { return sec->getVA(0); }});
1228 {tag, [=] { return sec->getVA(0) - (getVA() + tagOffset); }});
1243 entries.push_back({tag, [=] { return sym->getVA(); }});
1485 add(DT_PPC_GOT, [] { return in.got->getVA(); });
1493 return in.plt->getVA(0) + offset;
1514 return inputSec->getVA(offsetInSec);
1519 return sym->getVA(addend);
2162 eSym->st_value = sym->getVA();
2478 target->writePlt(buf + off, *sym, getVA() + off);
2520 target->writeIplt(buf + off, *sym, getVA() + off);
2876 uint64_t baseAddr = e.section->getVA(0);
2949 getPartition().ehFrame->getParent()->addr - this->getVA() - 4);
3383 int64_t off = static_cast<int64_t>(isec->getVA() - getVA());
3462 uint64_t s = isec->getVA();
3463 uint64_t p = getVA() + offset;
3470 uint64_t s = sentinel->getVA(sentinel->getSize());
3471 uint64_t p = getVA() + offset;
3572 return getVA() + entry_index.find({sym, addend})->second * 8;
3599 assert(sym->getVA());
3602 write64(buf, sym->getVA(addend) +
3725 uint64_t va = getVA();
3727 write32(buf, mainPart->dynStrTab->getVA() + partitions[i].nameStrTab - va);
3728 write32(buf + 4, partitions[i].elfHeader->getVA() - (va + 4));
3732 write32(buf + 8, next->getVA() - partitions[i].elfHeader->getVA());