Searched refs:getGlobalDynOffset (Results 1 – 4 of 4) sorted by relevance
744 return in.mipsGot->getVA() + in.mipsGot->getGlobalDynOffset(file, sym) - in getRelocTargetVA()838 return in.got->getGlobalDynOffset(sym) + a; in getRelocTargetVA()840 return in.got->getVA() + in.got->getGlobalDynOffset(sym) + a - in.gotPlt->getVA(); in getRelocTargetVA()
136 uint64_t getGlobalDynOffset(const Symbol &b) const;221 uint64_t getGlobalDynOffset(const InputFile *f, const Symbol &s) const;
202 uint64_t off = in.got->getGlobalDynOffset(sym); in handleTlsRelocation()275 uint64_t off = in.got->getGlobalDynOffset(sym); in handleTlsRelocation()
684 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset() function in GotSection805 uint64_t MipsGotSection::getGlobalDynOffset(const InputFile *f, in getGlobalDynOffset() function in MipsGotSection