Home
last modified time | relevance | path

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

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