Searched refs:getGlobalDynAddr (Results 1 – 4 of 4) sorted by relevance
800 return ctx.in.got->getGlobalDynAddr(*r.sym) + a; in getRelocTargetVA()835 return getLoongArchPageDelta(ctx.in.got->getGlobalDynAddr(*r.sym) + a, p, in getRelocTargetVA()991 return ctx.in.got->getGlobalDynAddr(*r.sym) + a - ctx.in.gotPlt->getVA(); in getRelocTargetVA()993 return ctx.in.got->getGlobalDynAddr(*r.sym) + a - p; in getRelocTargetVA()995 return getLoongArchPageDelta(ctx.in.got->getGlobalDynAddr(*r.sym) + a, p, in getRelocTargetVA()
122 uint64_t getGlobalDynAddr(const Symbol &b) const;
726 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr() function in GotSection
830 dest = ctx.in.got->getGlobalDynAddr(*rHi20.sym); in relaxPCHi20Lo12()