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

Public Attributes

ut32 id
 
ut64 current
 
ut64 base_start
 
ut64 base_end
 
ut64 alignment
 
ut64 io_size
 
ut32 score_min
 
RzThreadLocklock
 
RzListscores
 
HtUU * pointers
 
BaseFindArrayarray
 
RzAtomicBoolloop
 

Detailed Description

Definition at line 26 of file basefind.c.

Member Data Documentation

◆ alignment

ut64 basefind_thread_data_t::alignment

Definition at line 31 of file basefind.c.

Referenced by basefind_thread_runner(), and rz_basefind().

◆ array

BaseFindArray* basefind_thread_data_t::array

Definition at line 37 of file basefind.c.

Referenced by basefind_thread_runner(), and rz_basefind().

◆ base_end

ut64 basefind_thread_data_t::base_end

Definition at line 30 of file basefind.c.

Referenced by basefind_set_thread_info(), and rz_basefind().

◆ base_start

ut64 basefind_thread_data_t::base_start

Definition at line 29 of file basefind.c.

Referenced by basefind_set_thread_info(), basefind_thread_runner(), and rz_basefind().

◆ current

ut64 basefind_thread_data_t::current

Definition at line 28 of file basefind.c.

Referenced by basefind_set_thread_info(), basefind_thread_runner(), and rz_basefind().

◆ id

ut32 basefind_thread_data_t::id

Definition at line 27 of file basefind.c.

Referenced by capstone.CsInsn::insn_name().

◆ io_size

ut64 basefind_thread_data_t::io_size

Definition at line 32 of file basefind.c.

Referenced by basefind_thread_runner(), and rz_basefind().

◆ lock

RzThreadLock* basefind_thread_data_t::lock

Definition at line 34 of file basefind.c.

Referenced by basefind_thread_runner(), and rz_basefind().

◆ loop

RzAtomicBool* basefind_thread_data_t::loop

◆ pointers

HtUU* basefind_thread_data_t::pointers

Definition at line 36 of file basefind.c.

Referenced by basefind_thread_runner(), and rz_basefind().

◆ score_min

ut32 basefind_thread_data_t::score_min

Definition at line 33 of file basefind.c.

Referenced by basefind_thread_runner(), and rz_basefind().

◆ scores

RzList* basefind_thread_data_t::scores

Definition at line 35 of file basefind.c.

Referenced by basefind_thread_runner(), and rz_basefind().


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