File libsrc/vre_alloc.c


Included Files


Local Variables

object_list
static List object_list
Used in:

done_init
static int done_init

Used in:

err_fp
static FILE* err_fp

Used in:

Global Function vre_Add_Type()

int vre_Add_Type ( struct vre_type_obj* top )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function vre_Cat_New_Elem()

struct vre_elem_obj* vre_Cat_New_Elem ( struct vre_type_obj* ntyp, const char* el_nm, const char* el_typ, int arr_sz )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function vre_Disp_Item()

int vre_Disp_Item ( FILE* fp, const char* type, const char* name, const void* ptr, const void* base, int flags, void* u_param )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function vre_Disp_Types()

int vre_Disp_Types ( FILE* fp, int flags )
Prototyped in:
Calls:
Called by:
References Functions:
References Variables:

Global Function vre_Find_Type()

struct vre_type_obj* vre_Find_Type ( const char* nm )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function vre_Get_Info()

int vre_Get_Info ( const char* el_nm, size_t* isize, int* ialign, off_t* offset, int* arr_sz, int* flags )
Prototyped in:
Calls:
Called by:

Global Function vre_Get_Offset()

off_t vre_Get_Offset ( const char* el_nm )
Prototyped in:
Calls:

Global Function vre_Init_VRE()

int vre_Init_VRE ( FILE* fp )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function vre_New_Elem()

struct vre_elem_obj* vre_New_Elem ( const char* nm, const char* typ, off_t offset, int arr_sz )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function vre_New_Type()

struct vre_type_obj* vre_New_Type ( const char* nm, vre_disp_t disp, size_t isize, int ialign, int add )
Prototyped in:
Calls:
Called by:
References Variables:

Global Function vre_Type_Synonym()

struct vre_type_obj* vre_Type_Synonym ( const char* nm, const char* synm )
Prototyped in:
Calls:
Called by:
References Variables:

Local Function alloc_type()

static struct vre_type_obj* alloc_type ( const char* nm )
Calls:
Called by:

Local Function disp_elem()

static void disp_elem ( void* vp1, void* vp2 )
Calls:
Used in:

Local Function disp_elems()

static void disp_elems ( struct vre_elem_obj* eop, struct vre_disp_walk_item* dwip )
Calls:
Used in:
References Variables:

Local Function disp_this_type()

static void disp_this_type ( struct vre_type_obj* top, struct vre_disp_walk_item* dwip )
Prototyped in:
Calls:
Called by:
References Functions:

Local Function disp_type()

static void disp_type ( void* vp1, void* vp2 )
Calls:
Used in:
References Functions:

Local Function init_obj_list()

static int init_obj_list ( void )
Calls:
Called by:
References Variables: