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