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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dwrstabs.c126 struct stab_tag *struct_types; member in struct:stab_type_cache
1275 info->type_cache.struct_types =
1276 (struct stab_tag *) xrealloc (info->type_cache.struct_types,
1278 memset ((info->type_cache.struct_types
1286 if (info->type_cache.struct_types[id].index == 0)
1288 info->type_cache.struct_types[id].index = info->type_index;
1290 info->type_cache.struct_types[id].tag = tag;
1291 info->type_cache.struct_types[id].kind = kind;
1297 info->type_cache.struct_types[id].kind = kind;
1298 info->type_cache.struct_types[i
[all...]

Completed in 55 milliseconds