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

/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c168 struct ieee_types *global_types; member in struct:ieee_info
874 info.global_types = NULL;
990 if (info->global_types != NULL)
992 info->types.alloc = info->global_types->alloc;
996 memcpy (info->types.types, info->global_types->types,
1255 info->global_types = ((struct ieee_types *)
1256 xmalloc (sizeof *info->global_types));
1257 info->global_types->alloc = info->types.alloc;
1258 info->global_types->types = ((struct ieee_type *)
1261 memcpy (info->global_types
3819 struct ieee_buflist global_types; member in struct:ieee_handle
[all...]
/haiku-buildtools/binutils/binutils/
H A Dieee.c167 struct ieee_types *global_types; member in struct:ieee_info
873 info.global_types = NULL;
989 if (info->global_types != NULL)
991 info->types.alloc = info->global_types->alloc;
995 memcpy (info->types.types, info->global_types->types,
1264 info->global_types = ((struct ieee_types *)
1265 xmalloc (sizeof *info->global_types));
1266 info->global_types->alloc = info->types.alloc;
1267 info->global_types->types = ((struct ieee_type *)
1270 memcpy (info->global_types
3829 struct ieee_buflist global_types; member in struct:ieee_handle
[all...]

Completed in 106 milliseconds