Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp976 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()
H A DSyntheticSections.h121 uint64_t getTlsDescAddr(const Symbol &sym) const;
H A DSyntheticSections.cpp722 uint64_t GotSection::getTlsDescAddr(const Symbol &sym) const { in getTlsDescAddr() function in GotSection
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp832 dest = ctx.in.got->getTlsDescAddr(*rHi20.sym); in relaxPCHi20Lo12()