Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dieee.c3678 struct ieee_type_class *classdef; member
5953 if (info->type_stack->type.classdef != NULL) in ieee_struct_field()
5962 nindx = info->type_stack->type.classdef->indx; in ieee_struct_field()
5964 &info->type_stack->type.classdef->pmiscbuf) in ieee_struct_field()
5970 info->type_stack->type.classdef->pmisccount += 4; in ieee_struct_field()
5985 &info->type_stack->type.classdef->refs) in ieee_struct_field()
6099 struct ieee_type_class *classdef; in ieee_start_class_type() local
6144 classdef = (struct ieee_type_class *) xmalloc (sizeof *classdef); in ieee_start_class_type()
6145 memset (classdef, 0, sizeof *classdef); in ieee_start_class_type()
6147 classdef->indx = indx; in ieee_start_class_type()
[all …]