ladybird/Tests/LibELF
Daniel Bertalan c63fe0e1f1 Tests/LibELF: Test loading libraries with dynamic TLS
The setup is a bit peculiar: both the definition and the use site of
these TLS variables have to be in a shared library, otherwise the linker
might relax the global-dynamic access mode to something that doesn't
require a `__tls_get_addr` call.
2023-08-18 16:20:13 +02:00
..
CMakeLists.txt Tests/LibELF: Test loading libraries with dynamic TLS 2023-08-18 16:20:13 +02:00
Dynlib.cpp LibELF: Fix dynamic linking of dlopen()-ed libs 2021-10-06 12:33:21 +02:00
test-elf.cpp Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error()) 2023-05-14 15:39:38 -06:00
TestDlOpen.cpp Everywhere: Refer to dlfcn*.h by its non-prefixed name 2022-09-05 10:12:02 +01:00
TestTLS.cpp Tests/LibELF: Test loading libraries with dynamic TLS 2023-08-18 16:20:13 +02: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