函数逻辑报告 |
Source Code:include\linux\tnum.h |
Create Date:2022-07-27 14:08:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Returns true if @a == tnum_const(@b)
函数原型:static inline bool tnum_equals_const(struct tnum a, u64 b)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct tnum | a | |
u64 | b |
62 | 返回:Returns true if @a is a known constant 且value恒等于b |
名称 | 描述 |
---|---|
reg_is_init_pkt_pointer | Unmodified PTR_TO_PACKET[_META,_END] register from ctx access. |
register_is_null | Does this register contain a constant zero? |
is_branch_taken | mpute branch direction of the expression "if (reg opcode val) goto target;"* and return:* 1 - branch will be taken and "goto target" will be executed* 0 - branch will not be taken and fall-through to next insn* -1 - unknown |
mark_ptr_or_null_reg |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |