Home
last modified time | relevance | path

Searched refs:getGlobalDynOffset (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/ELF/
DInputSection.cpp744 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()
DSyntheticSections.h136 uint64_t getGlobalDynOffset(const Symbol &b) const;
221 uint64_t getGlobalDynOffset(const InputFile *f, const Symbol &s) const;
DRelocations.cpp202 uint64_t off = in.got->getGlobalDynOffset(sym); in handleTlsRelocation()
275 uint64_t off = in.got->getGlobalDynOffset(sym); in handleTlsRelocation()
DSyntheticSections.cpp684 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const { in getGlobalDynOffset() function in GotSection
805 uint64_t MipsGotSection::getGlobalDynOffset(const InputFile *f, in getGlobalDynOffset() function in MipsGotSection