Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dieee.c3688 struct ieee_type_class *classdef; member
5959 if (info->type_stack->type.classdef != NULL) in ieee_struct_field()
5968 nindx = info->type_stack->type.classdef->indx; in ieee_struct_field()
5970 &info->type_stack->type.classdef->pmiscbuf) in ieee_struct_field()
5976 info->type_stack->type.classdef->pmisccount += 4; in ieee_struct_field()
5989 &info->type_stack->type.classdef->refs) in ieee_struct_field()
6103 struct ieee_type_class *classdef; in ieee_start_class_type() local
6148 classdef = (struct ieee_type_class *) xmalloc (sizeof *classdef); in ieee_start_class_type()
6149 memset (classdef, 0, sizeof *classdef); in ieee_start_class_type()
6151 classdef->indx = indx; in ieee_start_class_type()
[all …]
DChangeLog-91971420 (ieee_start_class_type): Don't initialize classdef entry of tag.