函数逻辑报告 |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-27 14:39:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__get_type_size
函数原型:static int __get_type_size(struct btf *btf, u32 btf_id, const struct btf_type **bad_type)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct btf * | btf | |
u32 | btf_id | |
const struct btf_type ** | bad_type |
3975 | 如果非btf_id则返回:0 |
3978 | t等于btf_type_by_id(btf, btf_id) |
3979 | 当t且btf_type_is_modifier(t)循环 |
3980 | t等于btf_type_by_id(btf, type) |
3981 | 如果非t则 |
3985 | 如果btf_type_is_ptr(t)则返回:*的长度 |
3988 | 如果btf_type_is_int(t)或btf_type_is_enum(t)则返回:size |
3991 | 返回:负EINVAL |
名称 | 描述 |
---|---|
btf_distill_func_proto |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |