Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp795 return in.got->getGlobalDynAddr(sym) + a - in.gotPlt->getVA(); in getRelocTargetVA()
797 return in.got->getGlobalDynAddr(sym) + a - p; in getRelocTargetVA()
H A DSyntheticSections.h134 uint64_t getGlobalDynAddr(const Symbol &b) const;
H A DSyntheticSections.cpp692 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const { in getGlobalDynAddr() function in GotSection