Searched refs:type_stack (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dwrstabs.c149 struct stab_type_stack *type_stack; member in struct:stab_write_handle
413 s->next = info->type_stack;
414 info->type_stack = s;
440 s = info->type_stack;
443 info->type_stack = s->next;
494 info.type_stack = NULL;
855 assert (info->type_stack != NULL);
856 targindex = info->type_stack->index;
866 definition = info->type_stack->definition;
893 if (index != 0 && ! info->type_stack
[all...]
H A Dieee.c3839 struct ieee_type_stack *type_stack;
4253 ts->next = info->type_stack;
4254 info->type_stack = ts;
4283 ts = info->type_stack;
4326 info->type_stack = ts->next;
5286 info->complex_float_index = info->type_stack->type.indx;
5288 info->complex_double_index = info->type_stack->type.indx;
5416 e->indx = info->type_stack->type.indx;
5441 localp = info->type_stack->type.localp;
5466 m->pointer = info->type_stack
3837 struct ieee_type_stack *type_stack; member in struct:ieee_handle
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dparser-defs.h111 extern union type_stack_elt *type_stack;
H A Dparse.c90 union type_stack_elt *type_stack;
1119 type_stack = (union type_stack_elt *)
1120 xrealloc ((char *) type_stack, type_stack_size * sizeof (*type_stack));
1128 type_stack[type_stack_depth++].piece = tp;
1135 type_stack[type_stack_depth++].int_val = n;
1148 return type_stack[--type_stack_depth].piece;
1156 return type_stack[--type_stack_depth].int_val;
1304 type_stack = (union type_stack_elt *)
1305 xmalloc (type_stack_size * sizeof (*type_stack));
88 union type_stack_elt *type_stack; variable in typeref:union:type_stack_elt
[all...]

Completed in 105 milliseconds