Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dwrstabs.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()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dwrstabs.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()