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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp823 return in.got->getGlobalDynAddr(sym) + a;
825 return in.got->getGlobalDynAddr(sym) + a - p;
827 return getAArch64Page(in.got->getGlobalDynAddr(sym) + a) -
834 return in.got->getGlobalDynAddr(sym) + a - p;
H A DSyntheticSections.h129 uint64_t getGlobalDynAddr(const Symbol &b) const;
H A DSyntheticSections.cpp636 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { function in class:GotSection

Completed in 74 milliseconds