Rizin
unix-like reverse engineering framework and cli tools
flag_relocate_t Struct Reference

Public Attributes

RzFlagf
 
ut64 off
 
ut64 off_mask
 
ut64 neg_mask
 
ut64 to
 
int n
 

Detailed Description

Definition at line 704 of file flag.c.

Member Data Documentation

◆ f

RzFlag* flag_relocate_t::f

Definition at line 705 of file flag.c.

Referenced by flag_relocate_foreach(), and rz_flag_relocate().

◆ n

int flag_relocate_t::n

Definition at line 710 of file flag.c.

Referenced by flag_relocate_foreach(), and rz_flag_relocate().

◆ neg_mask

ut64 flag_relocate_t::neg_mask

Definition at line 708 of file flag.c.

Referenced by flag_relocate_foreach().

◆ off

ut64 flag_relocate_t::off

Definition at line 706 of file flag.c.

Referenced by flag_relocate_foreach().

◆ off_mask

ut64 flag_relocate_t::off_mask

Definition at line 707 of file flag.c.

Referenced by flag_relocate_foreach(), and rz_flag_relocate().

◆ to

ut64 flag_relocate_t::to

Definition at line 709 of file flag.c.

Referenced by flag_relocate_foreach().


The documentation for this struct was generated from the following file: