Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp695 return in.got->getGlobalDynAddr(sym) + a; in getRelocTargetVA()
727 return getLoongArchPageDelta(in.got->getGlobalDynAddr(sym) + a, p, type); in getRelocTargetVA()
873 return in.got->getGlobalDynAddr(sym) + a - in.gotPlt->getVA(); in getRelocTargetVA()
875 return in.got->getGlobalDynAddr(sym) + a - p; in getRelocTargetVA()
877 return getLoongArchPageDelta(in.got->getGlobalDynAddr(sym) + a, p, type); in getRelocTargetVA()
H A DSyntheticSections.h115 uint64_t getGlobalDynAddr(const Symbol &b) const;
H A DSyntheticSections.cpp668 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr() function in GotSection