{ "functions": [ { "name": "__do_sys_chmod", "file": "syscall.c", "start_line": 11, "end_line": 14, "scopes": [ { "arg": -1 } ] }, { "name": "__do_sys_open", "file": "syscall.c", "start_line": 6, "end_line": 9, "scopes": [ { "arg": -1 } ] } ], "syscalls": [ { "func": "__do_sys_chmod", "args": [ { "name": "filename", "counted_by": -1, "type": { "ptr": { "elem": { "buffer": { "is_string": true } }, "is_const": true } } }, { "name": "mode", "counted_by": -1, "type": { "int": { "byte_size": 4, "name": "int", "base": "int" } } } ], "source_file": "syscall.c" }, { "func": "__do_sys_open", "args": [ { "name": "filename", "counted_by": -1, "type": { "ptr": { "elem": { "buffer": { "is_string": true } }, "is_const": true } } }, { "name": "flags", "counted_by": -1, "type": { "int": { "byte_size": 4, "name": "int", "base": "int" } } }, { "name": "mode", "counted_by": -1, "type": { "int": { "byte_size": 4, "name": "int", "base": "int" } } } ], "source_file": "syscall.c" } ] }