Searched refs:getGlobalDynOffset (Results 1 – 4 of 4) sorted by relevance
114 uint64_t getGlobalDynOffset(const Symbol &b) const;197 uint64_t getGlobalDynOffset(const InputFile *f, const Symbol &s) const;
703 return in.mipsGot->getVA() + in.mipsGot->getGlobalDynOffset(file, sym) - in getRelocTargetVA()806 return in.got->getGlobalDynOffset(sym) + a; in getRelocTargetVA()
1704 uint64_t off = got->getGlobalDynOffset(sym); in postScanRelocations()
664 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset() function in GotSection792 uint64_t MipsGotSection::getGlobalDynOffset(const InputFile *f, in getGlobalDynOffset() function in MipsGotSection