ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Attributes | List of all members
dfsan_label_info Struct Reference

Stores information associated with a specific label identifier. More...

#include <dfsan_interface.h>

Collaboration diagram for dfsan_label_info:
Collaboration graph
[legend]

Public Attributes

dfsan_label l1
 
dfsan_label l2
 
const char * desc
 
void * userdata
 

Detailed Description

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.

Member Data Documentation

◆ desc

const char* dfsan_label_info::desc

Definition at line 37 of file dfsan_interface.h.

◆ l1

dfsan_label dfsan_label_info::l1

Definition at line 33 of file dfsan_interface.h.

◆ l2

dfsan_label dfsan_label_info::l2

Definition at line 34 of file dfsan_interface.h.

◆ userdata

void* dfsan_label_info::userdata

Definition at line 38 of file dfsan_interface.h.


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