函数逻辑报告 |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-27 14:19:54 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:fixup_call_args
函数原型:static int fixup_call_args(struct bpf_verifier_env *env)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_verifier_env * | env |
9107 | err等于0 |
9109 | 如果 archs need to JIT the prog 且非bpf_prog_is_dev_bound( Auxiliary fields )则 |
9118 | 以i小于 Number of filter blocks 循环 |
9119 | 如果 opcode 不等于BPF_JMP按位或unction call 的值或 source register 不等于when bpf_call->src_reg == BPF_PSEUDO_CALL, bpf_call->imm == pc-relative* offset to another bpf function则继续下一循环 |
9122 | depth等于get_callee_stack_depth(env, insn, i) |
9125 | bpf_patch_call_args(insn, depth) |
9127 | err等于0 |
9129 | 返回:err |
名称 | 描述 |
---|---|
bpf_check |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |