Searched refs:global_types (Results 1 – 1 of 1) sorted by relevance
167 struct ieee_types *global_types; member873 info.global_types = NULL; in parse_ieee()989 if (info->global_types != NULL) in parse_ieee_bb()991 info->types.alloc = info->global_types->alloc; in parse_ieee_bb()995 memcpy (info->types.types, info->global_types->types, in parse_ieee_bb()1264 info->global_types = ((struct ieee_types *) in parse_ieee_be()1265 xmalloc (sizeof *info->global_types)); in parse_ieee_be()1266 info->global_types->alloc = info->types.alloc; in parse_ieee_be()1267 info->global_types->types = ((struct ieee_type *) in parse_ieee_be()1270 memcpy (info->global_types->types, info->types.types, in parse_ieee_be()[all …]