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

/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c1683 bfd_vma tindx; local
1692 if (! ieee_read_number (info, pp, &tindx)
1696 if (tindx < 256)
1698 ftype = ieee_builtin_type (info, ty_code_start, tindx);
1706 tindx -= 256;
1707 if (! ieee_alloc_type (info, tindx, TRUE))
1709 t = info->types.types + tindx;
/haiku-buildtools/binutils/binutils/
H A Dieee.c1692 bfd_vma tindx; local
1701 if (! ieee_read_number (info, pp, &tindx)
1705 if (tindx < 256)
1707 ftype = ieee_builtin_type (info, ty_code_start, tindx);
1715 tindx -= 256;
1716 if (! ieee_alloc_type (info, tindx, TRUE))
1718 t = info->types.types + tindx;

Completed in 133 milliseconds