Lines Matching refs:types

107 coff_get_slot (struct coff_types *types, long indx)  in coff_get_slot()  argument
111 pps = &types->slots; in coff_get_slot()
142 struct coff_types *types, long coff_symno, int ntype, in parse_coff_type() argument
156 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
162 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
190 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype, in parse_coff_type()
194 types, in parse_coff_type()
215 slot = coff_get_slot (types, pauxent->x_sym.x_tagndx.l); in parse_coff_type()
231 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype, in parse_coff_type()
239 struct coff_types *types, long coff_symno, int ntype, in parse_coff_base_type() argument
249 && types->basic[ntype] != DEBUG_TYPE_NULL) in parse_coff_base_type()
250 return types->basic[ntype]; in parse_coff_base_type()
328 ret = parse_coff_struct_type (abfd, symbols, types, ntype, pauxent, in parse_coff_base_type()
331 slot = coff_get_slot (types, coff_symno); in parse_coff_base_type()
341 ret = parse_coff_struct_type (abfd, symbols, types, ntype, pauxent, in parse_coff_base_type()
344 slot = coff_get_slot (types, coff_symno); in parse_coff_base_type()
355 ret = parse_coff_enum_type (abfd, symbols, types, pauxent, dhandle); in parse_coff_base_type()
357 slot = coff_get_slot (types, coff_symno); in parse_coff_base_type()
370 types->basic[ntype] = ret; in parse_coff_base_type()
379 struct coff_types *types, int ntype, in parse_coff_struct_type() argument
458 ftype = parse_coff_type (abfd, symbols, types, this_coff_symno, in parse_coff_struct_type()
488 struct coff_types *types ATTRIBUTE_UNUSED, in parse_coff_enum_type()
558 parse_coff_symbol (bfd *abfd ATTRIBUTE_UNUSED, struct coff_types *types, in parse_coff_symbol() argument
631 slot = coff_get_slot (types, coff_symno); in parse_coff_symbol()
666 struct coff_types types; in parse_coff() local
682 types.slots = NULL; in parse_coff()
684 types.basic[i] = DEBUG_TYPE_NULL; in parse_coff()
780 type = parse_coff_type (abfd, &symbols, &types, this_coff_symno, in parse_coff()
784 if (! parse_coff_symbol (abfd, &types, sym, this_coff_symno, &syment, in parse_coff()
799 type = parse_coff_type (abfd, &symbols, &types, this_coff_symno, in parse_coff()
872 type = parse_coff_type (abfd, &symbols, &types, this_coff_symno, in parse_coff()
876 if (! parse_coff_symbol (abfd, &types, sym, this_coff_symno, &syment, in parse_coff()