-
Notifications
You must be signed in to change notification settings - Fork 108
/
elfutils.yaml
53 lines (53 loc) · 1.18 KB
/
elfutils.yaml
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
45
46
47
48
49
50
51
52
53
"functions":
- "name": "gzfwrite"
"params":
- "name": "buf"
"type": "bool "
- "name": "size"
"type": "size_t"
- "name": "nitems"
"type": "size_t"
- "name": "file"
"type": "bool "
"return_type": "size_t"
"signature": "z_size_t gzfwrite(voidpc, z_size_t, z_size_t, gzFile)"
- "name": "gzsetparams"
"params":
- "name": "file"
"type": "bool "
- "name": "level"
"type": "int"
- "name": "strategy"
"type": "int"
"return_type": "int"
"signature": "int gzsetparams(gzFile, int, int)"
- "name": "gzputs"
"params":
- "name": "file"
"type": "bool "
- "name": "s"
"type": "bool "
"return_type": "int"
"signature": "int gzputs(gzFile, const char *)"
- "name": "gzwrite"
"params":
- "name": "file"
"type": "bool "
- "name": "buf"
"type": "bool "
- "name": "len"
"type": "int"
"return_type": "int"
"signature": "int gzwrite(gzFile, voidpc, unsigned int)"
- "name": "gzputc"
"params":
- "name": "file"
"type": "bool "
- "name": "c"
"type": "int"
"return_type": "int"
"signature": "int gzputc(gzFile, int)"
"language": "c++"
"project": "elfutils"
"target_name": "fuzz-libelf"
"target_path": "/src/fuzz-libelf.c"