Lines Matching refs:In
422 P->setSymbolAndType(In.SymTab->getSymbolIndex(&Sym), Type, in copyRelocations()
617 return In.Got->getVA() + A - P; in getRelocTargetVA()
619 return In.Got->getVA() + A - P + In.Got->getSize(); in getRelocTargetVA()
621 return Sym.getVA(A) - In.Got->getVA(); in getRelocTargetVA()
623 return Sym.getVA(A) - In.Got->getVA() - In.Got->getSize(); in getRelocTargetVA()
626 return Sym.getGotOffset() + A - In.Got->getSize(); in getRelocTargetVA()
639 return Sym.getGotVA() - In.GotPlt->getVA(); in getRelocTargetVA()
641 return Sym.getVA(A) - In.MipsGot->getGp(File); in getRelocTargetVA()
643 return In.MipsGot->getGp(File) + A; in getRelocTargetVA()
652 uint64_t V = In.MipsGot->getGp(File) + A - P; in getRelocTargetVA()
663 return In.MipsGot->getVA() + In.MipsGot->getPageEntryOffset(File, Sym, A) - in getRelocTargetVA()
664 In.MipsGot->getGp(File); in getRelocTargetVA()
670 return In.MipsGot->getVA() + In.MipsGot->getSymEntryOffset(File, Sym, A) - in getRelocTargetVA()
671 In.MipsGot->getGp(File); in getRelocTargetVA()
673 return In.MipsGot->getVA() + In.MipsGot->getGlobalDynOffset(File, Sym) - in getRelocTargetVA()
674 In.MipsGot->getGp(File); in getRelocTargetVA()
676 return In.MipsGot->getVA() + In.MipsGot->getTlsIndexOffset(File) - in getRelocTargetVA()
677 In.MipsGot->getGp(File); in getRelocTargetVA()
751 return In.Got->getGlobalDynAddr(Sym) + A; in getRelocTargetVA()
753 return getAArch64Page(In.Got->getGlobalDynAddr(Sym) + A) - in getRelocTargetVA()
756 return In.Got->getGlobalDynOffset(Sym) + A; in getRelocTargetVA()
758 return In.Got->getGlobalDynOffset(Sym) + A - In.Got->getSize(); in getRelocTargetVA()
760 return In.Got->getGlobalDynAddr(Sym) + A - P; in getRelocTargetVA()
762 return In.Got->getTlsIndexOff() + A - In.Got->getSize(); in getRelocTargetVA()
764 return In.Got->getTlsIndexOff() + A; in getRelocTargetVA()
766 return In.Got->getTlsIndexVA() + A - P; in getRelocTargetVA()