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

Lines Matching refs:getVA

191 uint64_t SectionBase::getVA(uint64_t offset) const {
426 p->r_offset = sec->getVA(rel.r_offset);
486 p->r_addend = sym.getVA(addend) - section->getOutputSection()->addr;
641 return s.getVA(0) + config->wordsize * 2 +
649 return s.getVA(0) + (tls->p_vaddr & (tls->p_align - 1)) - 0x7000;
651 return s.getVA(0) + (tls->p_vaddr & (tls->p_align - 1));
658 return s.getVA(0) - tls->p_memsz -
674 return sym.getVA(a);
678 return sym.getVA(a) - getARMStaticBase(sym);
683 return in.got->getVA() + a - p;
685 return in.gotPlt->getVA() + a - p;
688 return sym.getVA(a) - in.got->getVA();
690 return sym.getVA(a) - in.gotPlt->getVA();
693 return sym.getGotVA() + a - in.gotPlt->getVA();
705 return sym.getVA(a) - in.mipsGot->getGp(file);
727 return in.mipsGot->getVA() + in.mipsGot->getPageEntryOffset(file, sym, a) -
734 return in.mipsGot->getVA() + in.mipsGot->getSymEntryOffset(file, sym, a) -
737 return in.mipsGot->getVA() + in.mipsGot->getGlobalDynOffset(file, sym) -
740 return in.mipsGot->getVA() + in.mipsGot->getTlsIndexOffset(file) -
743 uint64_t val = sym.isUndefWeak() ? p + a : sym.getVA(a);
748 return getRelocTargetVA(file, hiRel->type, hiRel->addend, sym.getVA(),
768 dest = sym.getVA(a);
770 dest = sym.getVA(a);
785 uint64_t symVA = sym.getVA(a);
803 return sym.getVA(a) - p;
832 return in.got->getVA() + in.got->getGlobalDynOffset(sym) + a - in.gotPlt->getVA();
836 return in.got->getVA() + in.got->getTlsIndexOff() + a - in.gotPlt->getVA();
912 SignExtend64<bits>(sym.getVA(addend - offset)));
956 target->relocateNoSym(bufLoc, type, SignExtend64<bits>(sym.getVA(addend)));
972 uint64_t targetVA = SignExtend64(rel.sym->getVA(rel.addend), bits);