serenity/Tests/LibELF
Sönke Holz 9881d10e38 LibELF: Add a small local-exec TLS test
Part 1 of this test uses a large array so we are more likely getting
segfaults when using an incorrect TLS layout.

The `volatile`s and `taint_for_optimiter`s should hopefully prevent the
compiler from optimizing the tests out.
2024-04-19 16:46:47 -06:00
..
CMakeLists.txt Tests/LibELF: Test loading libraries with dynamic TLS 2023-08-18 16:20:13 +02:00
Dynlib.cpp
test-elf.cpp LibFileSystem+Everywhere: Return ByteString from read_link() 2024-01-16 08:42:34 +00:00
TestDlOpen.cpp
TestTLS.cpp LibELF: Add a small local-exec TLS test 2024-04-19 16:46:47 -06:00
TLSDef.cpp Tests/LibELF: Test loading libraries with dynamic TLS 2023-08-18 16:20:13 +02:00
TLSUse.cpp Tests/LibELF: Test loading libraries with dynamic TLS 2023-08-18 16:20:13 +02:00