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

/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c1019 bfd_vma stackspace, typindx, offset; local
1023 || ! ieee_read_number (info, pp, &typindx)
1029 if (typindx < 256)
1031 return_type = ieee_builtin_type (info, block_start, typindx);
1037 typindx -= 256;
1038 if (! ieee_alloc_type (info, typindx, TRUE))
1040 fnindx = typindx;
1041 return_type = info->types.types[typindx].type;
1085 bfd_vma stackspace, typindx, offset; local
1088 || ! ieee_read_number (info, pp, &typindx)
[all...]
/haiku-buildtools/binutils/binutils/
H A Dieee.c1018 bfd_vma stackspace, typindx, offset; local
1022 || ! ieee_read_number (info, pp, &typindx)
1028 if (typindx < 256)
1030 return_type = ieee_builtin_type (info, block_start, typindx);
1036 typindx -= 256;
1037 if (! ieee_alloc_type (info, typindx, TRUE))
1039 fnindx = typindx;
1040 return_type = info->types.types[typindx].type;
1094 bfd_vma stackspace, typindx, offset; local
1097 || ! ieee_read_number (info, pp, &typindx)
[all...]

Completed in 114 milliseconds