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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c166 struct ieee_types *global_types; member in struct:ieee_info
872 info.global_types = NULL;
988 if (info->global_types != NULL)
990 info->types.alloc = info->global_types->alloc;
994 memcpy (info->types.types, info->global_types->types,
1253 info->global_types = ((struct ieee_types *)
1254 xmalloc (sizeof *info->global_types));
1255 info->global_types->alloc = info->types.alloc;
1256 info->global_types->types = ((struct ieee_type *)
1259 memcpy (info->global_types
3817 struct ieee_buflist global_types; member in struct:ieee_handle
[all...]

Completed in 64 milliseconds