Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.cpp831 return in.got->getGlobalDynAddr(sym) + a; in getRelocTargetVA()
833 return in.got->getGlobalDynAddr(sym) + a - p; in getRelocTargetVA()
835 return getAArch64Page(in.got->getGlobalDynAddr(sym) + a) - in getRelocTargetVA()
842 return in.got->getGlobalDynAddr(sym) + a - p; in getRelocTargetVA()
DSyntheticSections.h135 uint64_t getGlobalDynAddr(const Symbol &b) const;
DSyntheticSections.cpp680 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr() function in GotSection