ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Stores information associated with a specific label identifier. More...
#include <dfsan_interface.h>
Public Attributes | |
dfsan_label | l1 |
dfsan_label | l2 |
const char * | desc |
void * | userdata |
Stores information associated with a specific label identifier.
A label may be a base label created using dfsan_create_label, with associated text description and user data, or an automatically created union label, which represents the union of two label identifiers (which may themselves be base or union labels).
Definition at line 31 of file dfsan_interface.h.
const char* dfsan_label_info::desc |
Definition at line 37 of file dfsan_interface.h.
dfsan_label dfsan_label_info::l1 |
Definition at line 33 of file dfsan_interface.h.
dfsan_label dfsan_label_info::l2 |
Definition at line 34 of file dfsan_interface.h.
void* dfsan_label_info::userdata |
Definition at line 38 of file dfsan_interface.h.