Go to the source code of this file.
◆ analyse_info_t
◆ analyse_node_t
◆ analyse_info_init()
Definition at line 27 of file analyse_structure.c.
28{
31
34
37
39}
int float_data_offset_start
int int_data_offset_start
◆ analyse_node_init()
Definition at line 41 of file analyse_structure.c.
42{
45
46 analyse_node->
parent = NULL;
47 analyse_node->
child = NULL;
48 analyse_node->
next = NULL;
49 analyse_node->
prev = NULL;
50
52}
void analyse_info_init(analyse_info_t *analyse_info)
struct analyse_node_s * list_next
struct analyse_node_s * next
struct analyse_node_s * parent
struct analyse_node_s * child
struct analyse_node_s * list_prev
struct analyse_node_s * prev