Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dwrstabs.c153 struct stab_type_cache type_cache; member
494 memset (&info.type_cache, 0, sizeof info.type_cache); in write_stabs_in_sections_debugging_info()
585 if (info->type_cache.void_type != 0) in stab_empty_type()
586 return stab_push_defined_type (info, info->type_cache.void_type, 0); in stab_empty_type()
608 if (info->type_cache.void_type != 0) in stab_void_type()
609 return stab_push_defined_type (info, info->type_cache.void_type, 0); in stab_void_type()
618 info->type_cache.void_type = tindex; in stab_void_type()
641 cache = info->type_cache.signed_integer_types; in stab_int_type()
643 cache = info->type_cache.unsigned_integer_types; in stab_int_type()
694 && size - 1 < (sizeof info->type_cache.float_types in stab_float_type()
[all …]