Home | History | Annotate | Download | only in binutils

Lines Matching defs:tindex

389 		  long tindex, bool definition, unsigned int size)
395 s->index = tindex;
412 long tindex, bool definition, unsigned int size)
414 return stab_push_string (info, xstrdup (string), tindex, definition, size);
420 stab_push_defined_type (struct stab_write_handle *info, long tindex,
425 sprintf (buf, "%ld", tindex);
426 return stab_push_string_dup (info, buf, tindex, false, size);
615 long tindex;
618 tindex = info->type_index;
621 sprintf (buf, "%ld=%ld", tindex, tindex);
623 return stab_push_string_dup (info, buf, tindex, false, 0);
638 long tindex;
641 tindex = info->type_index;
644 info->type_cache.void_type = tindex;
646 sprintf (buf, "%ld=%ld", tindex, tindex);
648 return stab_push_string_dup (info, buf, tindex, true, 0);
675 long tindex;
678 tindex = info->type_index;
681 cache[size - 1] = tindex;
683 int len = sprintf (buf, "%ld=r%ld;", tindex, tindex);
710 return stab_push_string_dup (info, buf, tindex, true, size);
730 long tindex;
739 tindex = info->type_index;
745 info->type_cache.float_types[size - 1] = tindex;
747 sprintf (buf, "%ld=r%s;%u;0;", tindex, int_type, size);
751 return stab_push_string_dup (info, buf, tindex, true, size);
762 long tindex;
764 tindex = info->type_index;
767 sprintf (buf, "%ld=r%ld;%u;0;", tindex, tindex, size);
769 return stab_push_string_dup (info, buf, tindex, true, size * 2);
779 long tindex;
784 tindex = -21;
788 tindex = -22;
793 tindex = -16;
797 tindex = -33;
801 return stab_push_defined_type (info, tindex, size);
814 long tindex = 0;
840 tindex = info->type_index;
842 out += sprintf (out, "%s:T%ld=e", tag, tindex);
858 && stab_push_defined_type (info, tindex, 4));
870 long tindex;
909 tindex = (*cache)[targindex];
910 if (tindex != 0 && ! info->type_stack->definition)
919 return stab_push_defined_type (info, tindex, size);
923 tindex = info->type_index;
928 sprintf (buf, "%ld=%c%s", tindex, mod, s);
931 (*cache)[targindex] = tindex;
933 return stab_push_string (info, buf, tindex, true, size);
1027 long tindex;
1040 tindex = 0;
1045 tindex = info->type_index;
1048 out += sprintf (out, "%ld=@S;", tindex);
1060 return stab_push_string (info, buf, tindex, definition, size);
1071 long tindex;
1079 tindex = 0;
1084 tindex = info->type_index;
1087 out += sprintf (out, "%ld=@S;", tindex);
1093 return stab_push_string (info, buf, tindex, definition, 0);
1302 long tindex;
1309 tindex = 0;
1314 tindex = stab_get_struct_index (info, tag, id, DEBUG_KIND_ILLEGAL,
1316 if (tindex < 0)
1318 out += sprintf (out, "%ld=", tindex);
1326 if (!stab_push_string_dup (info, buf, tindex, definition, size))
1408 long tindex;
1416 tindex = info->type_stack->index;
1426 return stab_push_string (info, buf, tindex, definition, size);
1867 long tindex;
1870 tindex = stab_get_struct_index (info, name, id, kind, &size);
1871 if (tindex < 0)
1874 return stab_push_defined_type (info, tindex, size);
1883 long tindex;
1888 tindex = info->type_stack->index;
1894 if (tindex > 0)
1898 tindex = info->type_index;
1900 sprintf (buf, "%s:t%ld=%s", name, tindex, s);
1918 h->index = tindex;
2028 long tindex;
2030 tindex = info->type_index;
2033 sprintf (n, "%ld=%s", tindex, s);