Searched refs:tindx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c1681 bfd_vma tindx; local
1690 if (! ieee_read_number (info, pp, &tindx)
1694 if (tindx < 256)
1696 ftype = ieee_builtin_type (info, ty_code_start, tindx);
1704 tindx -= 256;
1705 if (! ieee_alloc_type (info, tindx, TRUE))
1707 t = info->types.types + tindx;

Completed in 60 milliseconds