diff options
Diffstat (limited to 'src/wrapped/generated')
| -rw-r--r-- | src/wrapped/generated/functions_list.txt | 3 | ||||
| -rw-r--r-- | src/wrapped/generated/wrappedlibctypes.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt index c0d1c01e..80429074 100644 --- a/src/wrapped/generated/functions_list.txt +++ b/src/wrapped/generated/functions_list.txt @@ -4311,6 +4311,7 @@ wrappedlibc: - iFi: - iopl - iFp: + - __libc_dlclose - _setjmp - atexit - getcontext @@ -4395,8 +4396,10 @@ wrappedlibc: - sigset - sysv_signal - pFpi: + - __libc_dlopen_mode - backtrace_symbols - pFpp: + - __libc_dlsym - __realpath_chk - realpath - SFpp: diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h index d6049eb6..206d429f 100644 --- a/src/wrapped/generated/wrappedlibctypes.h +++ b/src/wrapped/generated/wrappedlibctypes.h @@ -114,6 +114,7 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void* GO(fork, iFv_t) \ GO(vfork, iFv_t) \ GO(iopl, iFi_t) \ + GO(__libc_dlclose, iFp_t) \ GO(_setjmp, iFp_t) \ GO(atexit, iFp_t) \ GO(getcontext, iFp_t) \ @@ -179,7 +180,9 @@ typedef int32_t (*iFppipppp_t)(void*, void*, int32_t, void*, void*, void*, void* GO(signal, pFip_t) \ GO(sigset, pFip_t) \ GO(sysv_signal, pFip_t) \ + GO(__libc_dlopen_mode, pFpi_t) \ GO(backtrace_symbols, pFpi_t) \ + GO(__libc_dlsym, pFpp_t) \ GO(__realpath_chk, pFpp_t) \ GO(realpath, pFpp_t) \ GO(fopen, SFpp_t) \ |