函数逻辑报告 |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-27 14:16:22 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:verify BPF_LD_IMM64 instruction
函数原型:static int check_ld_imm(struct bpf_verifier_env *env, struct bpf_insn *insn)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_verifier_env * | env | |
struct bpf_insn * | insn |
6204 | 如果ld/ldx fields ( opcode )不等于double word (64-bit) 则 |
6208 | 如果 signed offset 不等于0则 |
6217 | 如果 source register 恒等于0则 |
6218 | imm等于 signed immediate constant 左移32位按位或 signed immediate constant |
6222 | 返回:0 |
6226 | mark_reg_known_zero(env, regs, dest register ) |
6229 | 如果 source register 恒等于BPF_PSEUDO_MAP_VALUE则 |
6234 | 否则如果 source register 恒等于When BPF ldimm64's insn[0]则 |
6236 | 否则 |
6241 | 返回:0 |
名称 | 描述 |
---|---|
do_check |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |