HomeSort by relevance Sort by last modified time
    Searched full:typindx (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 1018 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 52 milliseconds