Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp785 return in.got->getTlsDescAddr(sym) + a; in getRelocTargetVA()
787 return in.got->getTlsDescAddr(sym) + a - p; in getRelocTargetVA()
789 return in.got->getTlsDescAddr(sym) + a - in.gotPlt->getVA(); in getRelocTargetVA()
791 return getAArch64Page(in.got->getTlsDescAddr(sym) + a) - getAArch64Page(p); in getRelocTargetVA()
H A DSyntheticSections.h133 uint64_t getTlsDescAddr(const Symbol &sym) const;
H A DSyntheticSections.cpp688 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr() function in GotSection