Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp913 return in.got->getTlsDescAddr(sym) + a; in getRelocTargetVA()
915 return in.got->getTlsDescAddr(sym) + a - p; in getRelocTargetVA()
917 return in.got->getTlsDescAddr(sym) + a - in.gotPlt->getVA(); in getRelocTargetVA()
919 return getAArch64Page(in.got->getTlsDescAddr(sym) + a) - getAArch64Page(p); in getRelocTargetVA()
921 return getLoongArchPageDelta(in.got->getTlsDescAddr(sym) + a, p, type); in getRelocTargetVA()
H A DSyntheticSections.h119 uint64_t getTlsDescAddr(const Symbol &sym) const;
H A DSyntheticSections.cpp691 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr() function in GotSection