Function report |
Source Code:arch\x86\lib\insn.c |
Create Date:2022-07-28 07:25:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sn_rip_relative() - Does instruction use RIP-relative addressing mode?*@insn: &struct insn containing instruction* If necessary, first collects the instruction up to and including the* ModRM byte. No effect if @insn->x86_64 is 0.
Proto:int insn_rip_relative(struct insn *insn)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct insn * | insn |
329 | If Not x86_64 Then Return 0 |
Name | Describe |
---|---|
riprel_analyze | If arch_uprobe->insn doesn't use rip-relative addressing, return* immediately. Otherwise, rewrite the instruction so that it accesses* its memory operand indirectly through a scratch register. Set* defparam->fixups accordingly |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |