Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.h132 uint32_t getTlsDescOffset(const Symbol &sym) const;
H A DRelocations.cpp1643 target->tlsDescRel, *in.got, in.got->getTlsDescOffset(sym), sym, in postScanRelocations()
H A DSyntheticSections.cpp684 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset() function in GotSection
689 return getVA() + getTlsDescOffset(sym); in getTlsDescAddr()