函数逻辑报告 |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-27 14:39:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:btf_check_func_arg_match
函数原型:int btf_check_func_arg_match(struct bpf_verifier_env *env, int subprog)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_verifier_env * | env | |
int | subprog |
4048 | st等于current verifier state |
4049 | func等于 call stack tracking [curframe] |
4059 | 如果非func_info则返回:0 |
4063 | 如果非btf_id则返回:0 |
4066 | 如果unreliable则返回:0 |
4069 | t等于btf_type_by_id(btf, btf_id) |
4070 | 如果非t或非btf_type_is_func(t)则 |
4075 | tname等于btf_name_by_offset(btf, name_off) |
4077 | t等于btf_type_by_id(btf, type) |
4078 | 如果非t或非btf_type_is_func_proto(t)则 |
4083 | nargs等于btf_type_vlen(t) |
4084 | 如果nargs大于5则 |
4092 | t等于btf_type_by_id(btf, type) |
4093 | 当btf_type_is_modifier(t)循环 |
4094 | t等于btf_type_by_id(btf, type) |
4095 | 如果btf_type_is_int(t)或btf_type_is_enum(t)则 |
4096 | 如果 Ordering of fields matters. See states_equal() 恒等于g doesn't contain a valid pointer 则继续下一循环 |
4099 | 转到:out |
4101 | 如果btf_type_is_ptr(t)则 |
4109 | 如果 Ordering of fields matters. See states_equal() 恒等于g points to bpf_context 且非btf_get_prog_ctx_type(log, btf, t, Type of BPF program )则转到:out |
4113 | 继续下一循环 |
4117 | 转到:out |
4119 | 返回:0 |
4120 | out : |
4124 | unreliable = true |
4125 | 返回:0 |
名称 | 描述 |
---|---|
check_func_call | |
do_check |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |