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