Searched refs:vms_func_ref (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dvmsdbgout.c117 typedef struct vms_func_struct *vms_func_ref; typedef in typeref:struct:vms_func_struct
125 static vms_func_ref func_table;
799 vms_func_ref fde = &func_table[rtnnum];
890 vms_func_ref fde = &func_table[rtnnum];
1383 vms_func_ref fde;
1392 = (vms_func_ref) xrealloc (func_table,
1611 func_table = (vms_func_ref) xcalloc (FUNC_TABLE_INCREMENT, sizeof (vms_func_node));

Completed in 47 milliseconds