函数逻辑报告 |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-27 14:37:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:btf_parse_str_sec
函数原型:static int btf_parse_str_sec(struct btf_verifier_env *env)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct btf_verifier_env * | env |
3207 | end等于start加 length of string section |
3210 | btf_verifier_log(env, "String section is not at the end") |
3211 | 返回:负EINVAL |
3214 | 如果非 length of string section 或 length of string section 减1大于Max offset into the string section 或start[0]或end[ - 1]则 |
3216 | btf_verifier_log(env, "Invalid string section") |
3217 | 返回:负EINVAL |
3222 | 返回:0 |
名称 | 描述 |
---|---|
btf_parse | |
btf_parse_vmlinux |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |