Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
TSStateId | state |
Length | position |
StackLink | links [MAX_LINK_COUNT] |
short unsigned int | link_count |
uint32_t | ref_count |
unsigned | error_cost |
unsigned | node_count |
int | dynamic_precedence |
int StackNode::dynamic_precedence |
Definition at line 36 of file stack.c.
Referenced by stack_node_new(), and ts_stack_print_dot_graph().
unsigned StackNode::error_cost |
Definition at line 34 of file stack.c.
Referenced by stack_node_new(), ts_stack_can_merge(), ts_stack_has_advanced_since_error(), and ts_stack_print_dot_graph().
Definition at line 32 of file stack.c.
Referenced by stack__iter(), stack_node_new(), ts_stack_has_advanced_since_error(), ts_stack_merge(), ts_stack_pop_error(), and ts_stack_print_dot_graph().
StackLink StackNode::links[MAX_LINK_COUNT] |
Definition at line 31 of file stack.c.
Referenced by stack__iter(), stack_node_new(), stack_node_release(), ts_stack_has_advanced_since_error(), ts_stack_merge(), ts_stack_pop_error(), and ts_stack_print_dot_graph().
unsigned StackNode::node_count |
Definition at line 35 of file stack.c.
Referenced by stack_node_new(), ts_stack_has_advanced_since_error(), ts_stack_merge(), ts_stack_print_dot_graph(), and ts_stack_push().
Length StackNode::position |
Definition at line 30 of file stack.c.
Referenced by stack_node_add_link(), stack_node_new(), ts_stack_can_merge(), and ts_stack_print_dot_graph().
uint32_t StackNode::ref_count |
Definition at line 33 of file stack.c.
Referenced by stack_node_new().
TSStateId StackNode::state |
Definition at line 29 of file stack.c.
Referenced by stack_node_add_link(), ts_stack_can_merge(), ts_stack_merge(), and ts_stack_print_dot_graph().