Lines Matching refs:typindx
1019 bfd_vma stackspace, typindx, offset; in parse_ieee_bb() local
1023 || ! ieee_read_number (info, pp, &typindx) in parse_ieee_bb()
1029 if (typindx < 256) in parse_ieee_bb()
1031 return_type = ieee_builtin_type (info, block_start, typindx); in parse_ieee_bb()
1037 typindx -= 256; in parse_ieee_bb()
1038 if (! ieee_alloc_type (info, typindx, TRUE)) in parse_ieee_bb()
1040 fnindx = typindx; in parse_ieee_bb()
1041 return_type = info->types.types[typindx].type; in parse_ieee_bb()
1085 bfd_vma stackspace, typindx, offset; in parse_ieee_bb() local
1088 || ! ieee_read_number (info, pp, &typindx) in parse_ieee_bb()
1115 if (typindx < 256) in parse_ieee_bb()
1118 typindx); in parse_ieee_bb()
1124 typindx -= 256; in parse_ieee_bb()
1125 if (! ieee_alloc_type (info, typindx, TRUE)) in parse_ieee_bb()
1127 fnindx = typindx; in parse_ieee_bb()
1128 return_type = info->types.types[typindx].type; in parse_ieee_bb()