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

/haiku-buildtools/binutils/binutils/
H A Drddbg.c166 unsigned int strx; local
174 strx = bfd_get_32 (abfd, stab);
192 if (stroff + strx >= strsize)
194 fprintf (stderr, _("%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n"),
196 (long) (stab - stabs) / 12, strx, type);
200 s = (char *) strings + stroff + strx;
215 strx = stroff + bfd_get_32 (abfd, stab);
216 if (strx >= strsize)
224 s = concat (s, (char *) strings + strx,
H A Dwrstabs.c342 bfd_size_type strx;
346 strx = 0;
359 strx = h->index;
362 strx = info->strings_size;
363 h->index = strx;
374 bfd_put_32 (info->abfd, strx, sym);
341 bfd_size_type strx; local
H A Dobjdump.c2709 unsigned long strx;
2714 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
2732 printf (" %-6lu", strx);
2744 bfd_size_type amt = strx + file_string_table_offset;
2702 unsigned long strx; local
/haiku-buildtools/legacy/binutils/binutils/
H A Drddbg.c162 unsigned int strx; local
170 strx = bfd_get_32 (abfd, stab);
189 if (stroff + strx > strsize)
191 fprintf (stderr, "%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n",
193 (long) (stab - stabs) / 12, strx, type);
197 s = (char *) strings + stroff + strx;
H A Dwrstabs.c343 bfd_size_type strx;
347 strx = 0;
360 strx = h->index;
363 strx = info->strings_size;
364 h->index = strx;
375 bfd_put_32 (info->abfd, strx, sym);
342 bfd_size_type strx; local
H A Dobjdump.c2195 unsigned long strx;
2200 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
2218 printf (" %-6lu", strx);
2232 if ((strx + file_string_table_offset) < stabstr_size)
2233 printf (" %s", &strtab[strx + file_string_table_offset]);
2189 unsigned long strx; local
/haiku-buildtools/binutils/include/som/
H A Dinternal.h96 unsigned int strx; member in struct:som_name_pt
/haiku-buildtools/legacy/binutils/bfd/
H A Dstabs.c571 int strx = bfd_get_32 (abfd, sym + STRDXOFF);
573 if (strx == 0)
568 int strx = bfd_get_32 (abfd, sym + STRDXOFF); local
H A Delf32-ip2k.c657 unsigned long strx; local
673 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
694 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
/haiku-buildtools/binutils/bfd/
H A Dstabs.c576 int strx = bfd_get_32 (abfd, sym + STRDXOFF);
578 if (strx == 0)
573 int strx = bfd_get_32 (abfd, sym + STRDXOFF); local
H A Dsom.c1877 bfd_putb32 (src->name.strx, dst->name);
1878 bfd_putb32 (src->language_name.strx, dst->language_name);
1879 bfd_putb32 (src->product_id.strx, dst->product_id);
1880 bfd_putb32 (src->version_id.strx, dst->version_id);
3499 name->strx = strings_size;
/haiku-buildtools/binutils/gas/testsuite/gas/epiphany/
H A Dallinsn.s616 .global strx
617 strx: label
H A Dallinsn.d545 0000053e \<strx\>:

Completed in 329 milliseconds