Searched refs:getGlobalDynAddr (Results 1 – 3 of 3) sorted by relevance
795 return in.got->getGlobalDynAddr(sym) + a - in.gotPlt->getVA(); in getRelocTargetVA()797 return in.got->getGlobalDynAddr(sym) + a - p; in getRelocTargetVA()
134 uint64_t getGlobalDynAddr(const Symbol &b) const;
692 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr() function in GotSection