函数逻辑报告 |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-27 14:09:23 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:py_stack_state()
函数原型:static int copy_stack_state(struct bpf_func_state *dst, const struct bpf_func_state *src)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_func_state * | dst | |
const struct bpf_func_state * | src |
611 | 如果非stack则返回:0 |
611 | if (({ |
611 | __ret_warn_on等于非非allocated_stack小于allocated_stack的值 |
611 | __builtin_expect(!!(__ret_warn_on), 0) |
611 | })) |
611 | __builtin_memset(dst, 0, dst的长度) |
611 | 返回:负EFAULT |
611 | gcc 内建函数 需要声明 |
611 | 返回:0 |
名称 | 描述 |
---|---|
copy_func_state | py verifier state from src to dst growing dst stack space* when necessary to accommodate larger src stack |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |