Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dwrstabs.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 …]
Dieee.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 …]