Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dwrstabs.c128 size_t struct_types_alloc; member
1263 if (id >= info->type_cache.struct_types_alloc) in stab_get_struct_index()
1267 alloc = info->type_cache.struct_types_alloc; in stab_get_struct_index()
1276 + info->type_cache.struct_types_alloc), in stab_get_struct_index()
1278 ((alloc - info->type_cache.struct_types_alloc) in stab_get_struct_index()
1280 info->type_cache.struct_types_alloc = alloc; in stab_get_struct_index()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dwrstabs.c128 size_t struct_types_alloc; member
1265 if (id >= info->type_cache.struct_types_alloc) in stab_get_struct_index()
1269 alloc = info->type_cache.struct_types_alloc; in stab_get_struct_index()
1278 + info->type_cache.struct_types_alloc), in stab_get_struct_index()
1280 ((alloc - info->type_cache.struct_types_alloc) in stab_get_struct_index()
1282 info->type_cache.struct_types_alloc = alloc; in stab_get_struct_index()