Main Page   Compound List   File List   Compound Members   File Members  

_ecl_code_struct Struct Reference

List of all members.

Public Attributes

void(* func )()
void * code_memory_block
void * data
int static_size_required
void * drisc_context

Detailed Description

ecl_code is a handle to the generated code. In addition to the generated code block, it holds external data pointers and supplemental information.


Member Data Documentation

void(* _ecl_code_struct::func)()
 

the entry point of the generated function

void* _ecl_code_struct::code_memory_block
 

the memory block containing the code of the generated function

void* _ecl_code_struct::data
 

the static data block referenced by the generated function

int _ecl_code_struct::static_size_required
 

the size of the static data block referenced by the generated function

void* _ecl_code_struct::drisc_context
 

a pointer to the DRISC context used to generate the function


Generated on Mon Feb 10 15:50:33 2003 for E-Code Dynamic Code Generation by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002