Searched refs:hasTlsIe (Results 1 – 3 of 3) sorted by relevance
366 bool hasTlsIe = false; member447 std::atomic<bool> hasTlsIe{false};
1340 ctx.hasTlsIe.store(true, std::memory_order_relaxed); in handleTlsRelocation()
1353 if (ctx.hasTlsIe && config->shared) in computeContents()