cosmopolitan/libc/dlopen
Justine Tunney e4584ace81
Get cosmo_dlopen() working better on System Five
Imported functions are now aspected with a trampoline that blocks
signals and changes the thread-local storage register. This means
bigger more complicated libraries can now be imported even though
the whole technique remains fundamentally unsafe.
2023-11-15 10:56:30 -08:00
..
misc Introduce dlopen() support 2023-11-03 06:37:18 -07:00
.dlopen.aarch64.glibc.elf Introduce dlopen() support 2023-11-03 06:37:18 -07:00
.dlopen.x86_64.freebsd.elf Introduce dlopen() support 2023-11-03 06:37:18 -07:00
.dlopen.x86_64.glibc.elf Introduce dlopen() support 2023-11-03 06:37:18 -07:00
.dlopen.x86_64.musl.elf Introduce dlopen() support 2023-11-03 06:37:18 -07:00
dlfcn.h Rename dlopen() to cosmo_dlopen() 2023-11-12 01:19:04 -08:00
dlopen.c Get cosmo_dlopen() working better on System Five 2023-11-15 10:56:30 -08:00
dlopen.mk Introduce dlopen() support 2023-11-03 06:37:18 -07:00
stubs.c Rename dlopen() to cosmo_dlopen() 2023-11-12 01:19:04 -08:00