Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h118 uint32_t getTlsDescOffset(const Symbol &sym) const;
H A DRelocations.cpp1817 target->tlsDescRel, *got, got->getTlsDescOffset(sym), sym, in postScanRelocations()
H A DSyntheticSections.cpp687 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset() function in GotSection
692 return getVA() + getTlsDescOffset(sym); in getTlsDescAddr()