函数逻辑报告 |
Source Code:arch\x86\kernel\uprobes.c |
Create Date:2022-07-27 09:46:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:If we're emulating a rip-relative instruction, save the contents* of the scratch register and store the target address in that register.
函数原型:static void riprel_pre_xol(struct arch_uprobe *auprobe, struct pt_regs *regs)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct arch_uprobe * | auprobe | |
struct pt_regs * | regs |
471 | 如果fixups按位与UPROBE_FIX_RIP_MASK则 |
473 | sr等于scratch_reg(auprobe, regs) |
475 | saved_scratch_register等于sr |
名称 | 描述 |
---|---|
default_pre_xol_op |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |