-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathrr_shims.json
44 lines (44 loc) · 946 Bytes
/
rr_shims.json
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
40
41
42
43
44
[
{
"path": ["core", "mem", "swap"],
"kind": "function",
"name": "core_mem_swap",
"spec": "type_of_mem_swap"
},
{
"path": ["core", "mem", "size_of"],
"kind": "function",
"name": "core_mem_size_of",
"spec": "type_of_mem_size_of"
},
{
"path": ["core", "ptr", "read"],
"kind": "function",
"name": "core_ptr_read",
"spec": "type_of_ptr_read"
},
{
"path": ["core", "ptr", "read_volatile"],
"kind": "function",
"name": "core_ptr_read",
"spec": "type_of_ptr_read"
},
{
"path": ["core", "ptr", "write"],
"kind": "function",
"name": "core_ptr_write",
"spec": "type_of_ptr_write"
},
{
"path": ["core", "ptr", "write_volatile"],
"kind": "function",
"name": "core_ptr_write",
"spec": "type_of_ptr_write"
},
{
"path": ["core", "ptr", "copy"],
"kind": "function",
"name": "core_ptr_copy",
"spec": "type_of_ptr_copy"
}
]