函数逻辑报告 |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-27 14:18:58 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bpf_adj_linfo_after_remove
函数原型:static int bpf_adj_linfo_after_remove(struct bpf_verifier_env *env, u32 off, u32 cnt)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_verifier_env * | env | |
u32 | off | |
u32 | cnt |
8469 | 如果非nr_linfo则返回:0 |
8477 | 退出 |
8480 | l_cnt等于0 |
8483 | l_cnt自加 |
8484 | 否则退出 |
8498 | 如果l_cnt则 |
8511 | 以i小于等于subprog_cnt循环如果 The idx to the main_prog->aux->linfo 大于l_off则 |
8516 | 如果 The idx to the main_prog->aux->linfo 大于等于l_off加l_cnt则 The idx to the main_prog->aux->linfo 减等于l_cnt |
8518 | 否则 The idx to the main_prog->aux->linfo 等于l_off |
8522 | 返回:0 |
名称 | 描述 |
---|---|
verifier_remove_insns |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |