Data Fields | |
struct flownode_s * | flownode |
flow node for this block More... | |
struct ex_label_s * | labels |
struct sblock_s * | next |
int | number |
number of this block in flow graph More... | |
int | offset |
offset of first statement of block More... | |
int | reachable |
struct reloc_s * | relocs |
statement_t * | statements |
statement_t ** | tail |
struct flownode_s* flownode |
flow node for this block
struct ex_label_s* labels |
struct sblock_s* next |
int number |
number of this block in flow graph
int offset |
offset of first statement of block
int reachable |
struct reloc_s* relocs |
statement_t* statements |
statement_t** tail |