Lines Matching refs:mipsGot
712 return sym.getVA(a) - in.mipsGot->getGp(file); in getRelocTargetVA()
714 return in.mipsGot->getGp(file) + a; in getRelocTargetVA()
723 uint64_t v = in.mipsGot->getGp(file) + a - p; in getRelocTargetVA()
734 return in.mipsGot->getVA() + in.mipsGot->getPageEntryOffset(file, sym, a) - in getRelocTargetVA()
735 in.mipsGot->getGp(file); in getRelocTargetVA()
741 return in.mipsGot->getVA() + in.mipsGot->getSymEntryOffset(file, sym, a) - in getRelocTargetVA()
742 in.mipsGot->getGp(file); in getRelocTargetVA()
744 return in.mipsGot->getVA() + in.mipsGot->getGlobalDynOffset(file, sym) - in getRelocTargetVA()
745 in.mipsGot->getGp(file); in getRelocTargetVA()
747 return in.mipsGot->getVA() + in.mipsGot->getTlsIndexOffset(file) - in getRelocTargetVA()
748 in.mipsGot->getGp(file); in getRelocTargetVA()