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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c1017 bfd_vma stackspace, typindx, offset; local
1021 || ! ieee_read_number (info, pp, &typindx)
1027 if (typindx < 256)
1029 return_type = ieee_builtin_type (info, block_start, typindx);
1035 typindx -= 256;
1036 if (! ieee_alloc_type (info, typindx, TRUE))
1038 fnindx = typindx;
1039 return_type = info->types.types[typindx].type;
1083 bfd_vma stackspace, typindx, offset; local
1086 || ! ieee_read_number (info, pp, &typindx)
[all...]

Completed in 96 milliseconds