Searched refs:getTlsDescOffset (Results 1 – 3 of 3) sorted by relevance
118 uint32_t getTlsDescOffset(const Symbol &sym) const;
1817 target->tlsDescRel, *got, got->getTlsDescOffset(sym), sym, in postScanRelocations()
687 uint32_t GotSection::getTlsDescOffset(const Symbol &sym) const { in getTlsDescOffset() function in GotSection692 return getVA() + getTlsDescOffset(sym); in getTlsDescAddr()