Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwrstabs.c127 size_t struct_types_alloc; member
1267 if (id >= info->type_cache.struct_types_alloc) in stab_get_struct_index()
1271 alloc = info->type_cache.struct_types_alloc; in stab_get_struct_index()
1280 + info->type_cache.struct_types_alloc), in stab_get_struct_index()
1282 ((alloc - info->type_cache.struct_types_alloc) in stab_get_struct_index()
1284 info->type_cache.struct_types_alloc = alloc; in stab_get_struct_index()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c127 size_t struct_types_alloc; member
1252 if (id >= info->type_cache.struct_types_alloc) in stab_get_struct_index()
1256 alloc = info->type_cache.struct_types_alloc; in stab_get_struct_index()
1265 + info->type_cache.struct_types_alloc), in stab_get_struct_index()
1267 ((alloc - info->type_cache.struct_types_alloc) in stab_get_struct_index()
1269 info->type_cache.struct_types_alloc = alloc; in stab_get_struct_index()