|
| def | __init__ (self, *args, **kargs) |
| |
| def | dstflow (self) |
| |
| def | dstflow2label (self, loc_db) |
| |
| def | breakflow (self) |
| |
| def | is_subcall (self) |
| |
| def | getdstflow (self, loc_db) |
| |
| def | splitflow (self) |
| |
| def | get_symbol_size (self, symbol, loc_db) |
| |
| def | fixDstOffset (self) |
| |
| def | get_args_expr (self) |
| |
| def | get_asm_offset (self, x) |
| |
| def | __init__ (self, name, mode, args, additional_info=None) |
| |
| def | gen_args (self, args) |
| |
| def | __str__ (self) |
| |
| def | to_string (self, loc_db=None) |
| |
| def | get_asm_next_offset (self, expr) |
| |
| def | resolve_args_with_symbols (self, loc_db) |
| |
| def | get_info (self, c) |
| |
◆ __init__()
| def miasm.arch.ppc.arch.instruction_ppc.__init__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kargs |
|
) |
| |
◆ arg2str()
| def miasm.arch.ppc.arch.instruction_ppc.arg2str |
( |
|
e, |
|
|
|
pos = None, |
|
|
|
loc_db = None |
|
) |
| |
|
static |
◆ breakflow()
| def miasm.arch.ppc.arch.instruction_ppc.breakflow |
( |
|
self | ) |
|
◆ dstflow()
| def miasm.arch.ppc.arch.instruction_ppc.dstflow |
( |
|
self | ) |
|
◆ dstflow2label()
| def miasm.arch.ppc.arch.instruction_ppc.dstflow2label |
( |
|
self, |
|
|
|
loc_db |
|
) |
| |
◆ fixDstOffset()
| def miasm.arch.ppc.arch.instruction_ppc.fixDstOffset |
( |
|
self | ) |
|
◆ get_args_expr()
| def miasm.arch.ppc.arch.instruction_ppc.get_args_expr |
( |
|
self | ) |
|
◆ get_asm_offset()
| def miasm.arch.ppc.arch.instruction_ppc.get_asm_offset |
( |
|
self, |
|
|
|
x |
|
) |
| |
◆ get_symbol_size()
| def miasm.arch.ppc.arch.instruction_ppc.get_symbol_size |
( |
|
self, |
|
|
|
symbol, |
|
|
|
loc_db |
|
) |
| |
◆ getdstflow()
| def miasm.arch.ppc.arch.instruction_ppc.getdstflow |
( |
|
self, |
|
|
|
loc_db |
|
) |
| |
◆ is_conditional_jump()
| def miasm.arch.ppc.arch.instruction_ppc.is_conditional_jump |
( |
|
s | ) |
|
|
static |
◆ is_subcall()
| def miasm.arch.ppc.arch.instruction_ppc.is_subcall |
( |
|
self | ) |
|
◆ splitflow()
| def miasm.arch.ppc.arch.instruction_ppc.splitflow |
( |
|
self | ) |
|
◆ delayslot
| int miasm.arch.ppc.arch.instruction_ppc.delayslot = 0 |
|
static |
The documentation for this class was generated from the following file:
- /home/serpilliere/projet/test_doc_miasm/miasm/miasm/arch/ppc/arch.py