Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/binutils/
HDwrstabs.c149 struct stab_type_stack *type_stack; member
412 s->next = info->type_stack; in stab_push_string()
413 info->type_stack = s; in stab_push_string()
439 s = info->type_stack; in stab_pop_type()
442 info->type_stack = s->next; in stab_pop_type()
492 info.type_stack = NULL; in write_stabs_in_sections_debugging_info()
853 assert (info->type_stack != NULL); in stab_modify_type()
854 targindex = info->type_stack->index; in stab_modify_type()
864 definition = info->type_stack->definition; in stab_modify_type()
891 if (tindex != 0 && ! info->type_stack->definition) in stab_modify_type()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
HDwrstabs.c149 struct stab_type_stack *type_stack; member
412 s->next = info->type_stack; in stab_push_string()
413 info->type_stack = s; in stab_push_string()
439 s = info->type_stack; in stab_pop_type()
442 info->type_stack = s->next; in stab_pop_type()
492 info.type_stack = NULL; in write_stabs_in_sections_debugging_info()
853 assert (info->type_stack != NULL); in stab_modify_type()
854 targindex = info->type_stack->index; in stab_modify_type()
864 definition = info->type_stack->definition; in stab_modify_type()
891 if (tindex != 0 && ! info->type_stack->definition) in stab_modify_type()
[all …]
HDieee.c3849 struct ieee_type_stack *type_stack; member
4263 ts->next = info->type_stack; in ieee_push_type()
4264 info->type_stack = ts; in ieee_push_type()
4293 ts = info->type_stack; in ieee_pop_type_used()
4336 info->type_stack = ts->next; in ieee_pop_type_used()
5291 info->complex_float_index = info->type_stack->type.indx; in ieee_complex_type()
5293 info->complex_double_index = info->type_stack->type.indx; in ieee_complex_type()
5421 e->indx = info->type_stack->type.indx; in ieee_enum_type()
5446 localp = info->type_stack->type.localp; in ieee_pointer_type()
5471 m->pointer = info->type_stack->type.indx; in ieee_pointer_type()
[all …]
/dragonfly/contrib/gdb-7/gdb/
HDparse.c77 static struct type_stack type_stack; variable
1162 type_stack.depth = 0; in parse_exp_in_context()
1421 type_stack_reserve (struct type_stack *stack, int howmuch) in type_stack_reserve()
1438 type_stack_reserve (&type_stack, 1); in check_type_stack_depth()
1450 if (slot < type_stack.depth) in insert_into_type_stack()
1451 memmove (&type_stack.elements[slot + 1], &type_stack.elements[slot], in insert_into_type_stack()
1452 (type_stack.depth - slot) * sizeof (union type_stack_elt)); in insert_into_type_stack()
1453 type_stack.elements[slot] = element; in insert_into_type_stack()
1454 ++type_stack.depth; in insert_into_type_stack()
1475 if (type_stack.depth && (tp == tp_const || tp == tp_volatile)) in insert_type()
[all …]
HDparser-defs.h133 struct type_stack *stack_val;
139 struct type_stack struct
223 extern struct type_stack *get_type_stack (void);
225 extern struct type_stack *append_type_stack (struct type_stack *to,
226 struct type_stack *from);
228 extern void push_type_stack (struct type_stack *stack);
HDc-exp.y163 struct type_stack *type_stack; member
186 %type <type_stack> ptr_operator_ts abs_decl direct_abs_decl