Searched refs:getTlsDescAddr (Results 1 – 4 of 4) sorted by relevance
976 return ctx.in.got->getTlsDescAddr(*r.sym) + a; in getRelocTargetVA()978 return ctx.in.got->getTlsDescAddr(*r.sym) + a - p; in getRelocTargetVA()980 return ctx.in.got->getTlsDescAddr(*r.sym) + a - ctx.in.gotPlt->getVA(); in getRelocTargetVA()983 return getAArch64Page(ctx.in.got->getTlsDescAddr(*r.sym) + a) - in getRelocTargetVA()986 return getLoongArchPageDelta(ctx.in.got->getTlsDescAddr(*r.sym) + a, p, in getRelocTargetVA()
121 uint64_t getTlsDescAddr(const Symbol &sym) const;
722 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr() function in GotSection
832 dest = ctx.in.got->getTlsDescAddr(*rHi20.sym); in relaxPCHi20Lo12()