Searched refs:getGlobalDynAddr (Results 1 – 3 of 3) sorted by relevance
745 return in.got->getGlobalDynAddr(sym) + a; in getRelocTargetVA()777 return getLoongArchPageDelta(in.got->getGlobalDynAddr(sym) + a, p, type); in getRelocTargetVA()925 return in.got->getGlobalDynAddr(sym) + a - in.gotPlt->getVA(); in getRelocTargetVA()927 return in.got->getGlobalDynAddr(sym) + a - p; in getRelocTargetVA()929 return getLoongArchPageDelta(in.got->getGlobalDynAddr(sym) + a, p, type); in getRelocTargetVA()
120 uint64_t getGlobalDynAddr(const Symbol &b) const;
695 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr() function in GotSection