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.h120 uint32_t getTlsDescOffset(const Symbol &sym) const;
H A DRelocations.cpp1912 tlsDescRel, *got, got->getTlsDescOffset(sym), sym, tlsDescRel); in postScanRelocations()
H A DSyntheticSections.cpp718 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset() function in GotSection
723 return getVA() + getTlsDescOffset(sym); in getTlsDescAddr()