Home
last modified time | relevance | path

Searched refs:getGlobalDynAddr (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/lld/ELF/
HDInputSection.cpp745 return in.got->getGlobalDynAddr(sym) + a; in getRelocTargetVA()
777 return getLoongArchPageDelta(in.got->getGlobalDynAddr(sym) + a, p, type); in getRelocTargetVA()
925 return in.got->getGlobalDynAddr(sym) + a - in.gotPlt->getVA(); in getRelocTargetVA()
927 return in.got->getGlobalDynAddr(sym) + a - p; in getRelocTargetVA()
929 return getLoongArchPageDelta(in.got->getGlobalDynAddr(sym) + a, p, type); in getRelocTargetVA()
HDSyntheticSections.h120 uint64_t getGlobalDynAddr(const Symbol &b) const;
HDSyntheticSections.cpp695 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr() function in GotSection