Searched refs:getGlobalDynAddr (Results 1 – 3 of 3) sorted by relevance
695 return in.got->getGlobalDynAddr(sym) + a; in getRelocTargetVA()727 return getLoongArchPageDelta(in.got->getGlobalDynAddr(sym) + a, p, type); in getRelocTargetVA()873 return in.got->getGlobalDynAddr(sym) + a - in.gotPlt->getVA(); in getRelocTargetVA()875 return in.got->getGlobalDynAddr(sym) + a - p; in getRelocTargetVA()877 return getLoongArchPageDelta(in.got->getGlobalDynAddr(sym) + a, p, type); in getRelocTargetVA()
115 uint64_t getGlobalDynAddr(const Symbol &b) const;
668 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr() function in GotSection