Searched refs:getTlsDescAddr (Results 1 – 3 of 3) sorted by relevance
863 return in.got->getTlsDescAddr(sym) + a; in getRelocTargetVA()865 return in.got->getTlsDescAddr(sym) + a - p; in getRelocTargetVA()867 return in.got->getTlsDescAddr(sym) + a - in.gotPlt->getVA(); in getRelocTargetVA()869 return getAArch64Page(in.got->getTlsDescAddr(sym) + a) - getAArch64Page(p); in getRelocTargetVA()
114 uint64_t getTlsDescAddr(const Symbol &sym) const;
664 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr() function in GotSection