函数逻辑报告 |
Source Code:arch\x86\include\asm\ptrace.h |
Create Date:2022-07-27 06:38:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:gs_get_kernel_argument() - get Nth function argument in kernel*@regs: pt_regs of that context*@n: function argument number (start from 0)* regs_get_argument() returns @n th argument of the function call
函数原型:static inline unsigned long regs_get_kernel_argument(struct pt_regs *regs, unsigned int n)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pt_regs * | regs | |
unsigned int | n |
309 | static const unsigned int argument_offs[] = {offsetof(structpt_regs, di), offsetof(structpt_regs, si), offsetof(structpt_regs, dx), offsetof(structpt_regs, cx), offsetof(structpt_regs, r8), offsetof(structpt_regs, r9), } |
326 | 如果n大于等于NR_REG_ARGUMENTS则 |
327 | n减等于NR_REG_ARGUMENTS减1 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |