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

/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c1376 bfd_vma typeindx, varindx, tc; local
1385 if (! ieee_read_number (info, pp, &typeindx))
1388 if (typeindx < 256)
1394 typeindx -= 256;
1395 if (! ieee_alloc_type (info, typeindx, FALSE))
2053 info->types.types[typeindx].type = type;
2054 info->types.types[typeindx].arg_slots = arg_slots;
2055 info->types.types[typeindx].bitsize = type_bitsize;
2061 if (info->types.types[typeindx].pslot != NULL)
2062 *info->types.types[typeindx]
7000 unsigned int retindx, typeindx; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Dieee.c1385 bfd_vma typeindx, varindx, tc; local
1394 if (! ieee_read_number (info, pp, &typeindx))
1397 if (typeindx < 256)
1403 typeindx -= 256;
1404 if (! ieee_alloc_type (info, typeindx, FALSE))
2063 info->types.types[typeindx].type = type;
2064 info->types.types[typeindx].arg_slots = arg_slots;
2065 info->types.types[typeindx].bitsize = type_bitsize;
2071 if (info->types.types[typeindx].pslot != NULL)
2072 *info->types.types[typeindx]
7008 unsigned int retindx, typeindx; local
[all...]

Completed in 53 milliseconds