-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwrap.list
More file actions
39 lines (36 loc) · 758 Bytes
/
wrap.list
File metadata and controls
39 lines (36 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Toy example
foobar
whizbang
# From lorenz
_ZNSt8ios_base4InitC1Ev 4 1
_ZNSt8ios_base4InitD1Ev 4 1
__printf_chk 4 50001
# Not handled due to pre-boot, have no wrapper available yet
# __cxa_atexit 4 1
# From double pend
_ZNSt13random_device7_M_finiEv 4 1
_ZNSt13random_device7_M_initERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE 4 1
_ZNSt13random_device9_M_getvalEv 4 1
__printf_chk 4 10000
#
# Handled internally as part of libm support
#sin 4 160000
#sincos 4 99998
#
# From three-body
#__fprintf_chk 4 8203
__printf_chk 4 12
#fclose 1 2
#fopen 2 2
#fputc 2 1262
#free 1 3154
#localtime 1 2
# used pre boot
#malloc 1 3154
#memcpy 3 3418
# handled internally as part of libm suppot
#pow 4 65012
#putchar 4 15
#puts 1 25
#strftime 4 2
#time 1 2