Searched refs:struct_types (Results 1 – 1 of 1) sorted by relevance
126 struct stab_tag *struct_types; member1273 info->type_cache.struct_types = in stab_get_struct_index()1274 (struct stab_tag *) xrealloc (info->type_cache.struct_types, in stab_get_struct_index()1276 memset ((info->type_cache.struct_types in stab_get_struct_index()1284 if (info->type_cache.struct_types[id].index == 0) in stab_get_struct_index()1286 info->type_cache.struct_types[id].index = info->type_index; in stab_get_struct_index()1288 info->type_cache.struct_types[id].tag = tag; in stab_get_struct_index()1289 info->type_cache.struct_types[id].kind = kind; in stab_get_struct_index()1295 info->type_cache.struct_types[id].kind = kind; in stab_get_struct_index()1296 info->type_cache.struct_types[id].size = *psize; in stab_get_struct_index()[all …]