函数逻辑报告 |
Source Code:kernel\bpf\btf.c |
Create Date:2022-07-27 14:34:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Regular int is not a bit field and it must be either* u8/u16/u32/u64 or __int128.
函数原型:static bool btf_type_int_is_regular(const struct btf_type *t)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct btf_type * | t |
594 | int_data等于btf_type_int(t) |
595 | nr_bits等于BTF_INT_BITS(int_data) |
602 | 返回:false |
605 | 返回:true |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |