Searched refs:hasTlsIe (Results 1 – 3 of 3) sorted by relevance
490 bool hasTlsIe = false; member709 std::atomic<bool> hasTlsIe{false};
1468 ctx.hasTlsIe.store(true, std::memory_order_relaxed); in handleTlsRelocation()1489 ctx.hasTlsIe.store(true, std::memory_order_relaxed); in handleTlsRelocation()
1430 if (ctx.hasTlsIe && ctx.arg.shared) in computeContents()