Searched refs:getTlsDescOffset (Results 1 – 3 of 3) sorted by relevance
120 uint32_t getTlsDescOffset(const Symbol &sym) const;
1912 tlsDescRel, *got, got->getTlsDescOffset(sym), sym, tlsDescRel); in postScanRelocations()
718 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset() function in GotSection723 return getVA() + getTlsDescOffset(sym); in getTlsDescAddr()