Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
RzFlag * | f |
ut64 | off |
ut64 | off_mask |
ut64 | neg_mask |
ut64 | to |
int | n |
RzFlag* flag_relocate_t::f |
Definition at line 705 of file flag.c.
Referenced by flag_relocate_foreach(), and rz_flag_relocate().
int flag_relocate_t::n |
Definition at line 710 of file flag.c.
Referenced by flag_relocate_foreach(), and rz_flag_relocate().
ut64 flag_relocate_t::neg_mask |
Definition at line 708 of file flag.c.
Referenced by flag_relocate_foreach().
ut64 flag_relocate_t::off |
Definition at line 706 of file flag.c.
Referenced by flag_relocate_foreach().
ut64 flag_relocate_t::off_mask |
Definition at line 707 of file flag.c.
Referenced by flag_relocate_foreach(), and rz_flag_relocate().
ut64 flag_relocate_t::to |
Definition at line 709 of file flag.c.
Referenced by flag_relocate_foreach().