Home
last modified time | relevance | path

Searched refs:struct_types_alloc (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/binutils/binutils/
HDwrstabs.c127 size_t struct_types_alloc; member
1264 if (id >= info->type_cache.struct_types_alloc) in stab_get_struct_index()
1268 alloc = info->type_cache.struct_types_alloc; in stab_get_struct_index()
1277 + info->type_cache.struct_types_alloc), in stab_get_struct_index()
1279 ((alloc - info->type_cache.struct_types_alloc) in stab_get_struct_index()
1281 info->type_cache.struct_types_alloc = alloc; in stab_get_struct_index()