cosmopolitan/libc/dlopen
Justine Tunney 5e7137097d
Make breaking change to cosmo_dlsym()
The cosmo_dlsym() function now returns the raw function address. You
need to call cosmo_dltramp() on the result, to make it safe to call.
This change is important, because cosmo_dltramp() magic can't always
work; for some tricky functions, you need to translate ABIs by hand.
2024-01-06 15:45:26 -08:00
..
BUILD.mk Support 40 cosmo_dlopen() function parameters 2024-01-04 13:41:26 -08:00
dlfcn.h Invent *cosmo_dltramp() function 2024-01-05 09:11:51 -08:00
dlopen.c Make breaking change to cosmo_dlsym() 2024-01-06 15:45:26 -08:00
foreign_tramp.S Support 40 cosmo_dlopen() function parameters 2024-01-04 13:41:26 -08:00
stubs.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00