Searched refs:type_stack (Results 1 – 5 of 5) sorted by relevance
413 info->type_stack = s; in stab_push_string()439 s = info->type_stack; in stab_pop_type()492 info.type_stack = NULL; in write_stabs_in_sections_debugging_info()1421 assert (info->type_stack != NULL && info->type_stack->fields != NULL); in stab_end_struct_type()1588 assert (info->type_stack != NULL && info->type_stack->fields != NULL); in stab_class_baseclass()1620 assert (info->type_stack != NULL && info->type_stack->fields != NULL); in stab_class_start_method()1665 assert (info->type_stack != NULL && info->type_stack->methods != NULL); in stab_class_method_var()1715 sprintf (info->type_stack->methods + strlen (info->type_stack->methods), in stab_class_method_var()1721 sprintf (info->type_stack->methods + strlen (info->type_stack->methods), in stab_class_method_var()1766 assert (info->type_stack != NULL && info->type_stack->methods != NULL); in stab_class_end_method()[all …]
4251 ts->next = info->type_stack; in ieee_push_type()4252 info->type_stack = ts; in ieee_push_type()4281 ts = info->type_stack; in ieee_pop_type_used()4324 info->type_stack = ts->next; in ieee_pop_type_used()5932 assert (info->type_stack != NULL in ieee_struct_field()6036 assert (info->type_stack != NULL in ieee_end_struct_type()6173 assert (info->type_stack != NULL in ieee_class_static_member()6206 assert (info->type_stack != NULL in ieee_class_baseclass()6269 assert (info->type_stack != NULL in ieee_class_start_method()6301 assert (info->type_stack != NULL in ieee_class_method_var()[all …]
88 union type_stack_elt *type_stack; variable1110 type_stack = (union type_stack_elt *) in check_type_stack_depth()1111 xrealloc ((char *) type_stack, type_stack_size * sizeof (*type_stack)); in check_type_stack_depth()1119 type_stack[type_stack_depth++].piece = tp; in push_type()1126 type_stack[type_stack_depth++].int_val = n; in push_type_int()1139 return type_stack[--type_stack_depth].piece; in pop_type()1147 return type_stack[--type_stack_depth].int_val; in pop_type_int()1294 type_stack = (union type_stack_elt *) in _initialize_parse()1295 xmalloc (type_stack_size * sizeof (*type_stack)); in _initialize_parse()
111 extern union type_stack_elt *type_stack;
132 type_stack[cur_struct] = type141 type = type_stack[cur_struct]146 type_stack[cur_struct] = type "_config"