about summary refs log tree commit diff stats
path: root/src/wrapped/generated
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-03-28 14:05:07 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-03-28 14:05:07 +0200
commit07a65d4827a8d71d43c072f0279689e5abe9751f (patch)
tree28632a5add4e192cddc724a515e7a1a940ab1767 /src/wrapped/generated
parent35e35ec5db52c96e71f8ed207265941e8734d8a1 (diff)
downloadbox64-07a65d4827a8d71d43c072f0279689e5abe9751f.tar.gz
box64-07a65d4827a8d71d43c072f0279689e5abe9751f.zip
Added some obstack_XXX wrapped function (ported from box86)
Diffstat (limited to 'src/wrapped/generated')
-rw-r--r--src/wrapped/generated/functions_list.txt2
-rw-r--r--src/wrapped/generated/wrappedlibctypes.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped/generated/functions_list.txt b/src/wrapped/generated/functions_list.txt
index e97edea4..a95b0fef 100644
--- a/src/wrapped/generated/functions_list.txt
+++ b/src/wrapped/generated/functions_list.txt
@@ -2659,6 +2659,7 @@ wrappedlibc:
 - vFpi:
   - __longjmp_chk
   - _longjmp
+  - _obstack_newchunk
   - longjmp
   - siglongjmp
 - vFpu:
@@ -2754,6 +2755,7 @@ wrappedlibc:
   - sscanf
   - swscanf
 - iFppA:
+  - obstack_vprintf
   - vasprintf
   - vfprintf
   - vfscanf
diff --git a/src/wrapped/generated/wrappedlibctypes.h b/src/wrapped/generated/wrappedlibctypes.h
index 31559808..98f053fe 100644
--- a/src/wrapped/generated/wrappedlibctypes.h
+++ b/src/wrapped/generated/wrappedlibctypes.h
@@ -101,6 +101,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void*
 	GO(mallinfo, pFp_t) \
 	GO(__longjmp_chk, vFpi_t) \
 	GO(_longjmp, vFpi_t) \
+	GO(_obstack_newchunk, vFpi_t) \
 	GO(longjmp, vFpi_t) \
 	GO(siglongjmp, vFpi_t) \
 	GO(_ITM_registerTMCloneTable, vFpu_t) \
@@ -171,6 +172,7 @@ typedef int64_t (*iFppipppp_t)(void*, void*, int64_t, void*, void*, void*, void*
 	GO(sprintf, iFppV_t) \
 	GO(sscanf, iFppV_t) \
 	GO(swscanf, iFppV_t) \
+	GO(obstack_vprintf, iFppA_t) \
 	GO(vasprintf, iFppA_t) \
 	GO(vfprintf, iFppA_t) \
 	GO(vfscanf, iFppA_t) \