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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmipsread.c323 unsigned long strx; local
331 strx = bfd_h_get_32 (abfd, (bfd_byte *) x_symp->st_name);
332 if (strx >= str_secsize)
334 name = str_secptr + strx;
/freebsd-11-stable/contrib/binutils/binutils/
H A Drddbg.c163 unsigned int strx; local
171 strx = bfd_get_32 (abfd, stab);
190 if (stroff + strx > strsize)
192 fprintf (stderr, "%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n",
194 (long) (stab - stabs) / 12, strx, type);
198 s = (char *) strings + stroff + 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.c2270 unsigned long strx;
2275 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
2293 printf (" %-6lu", strx);
2307 if ((strx + file_string_table_offset) < stabstr_size)
2308 printf (" %s", &strtab[strx + file_string_table_offset]);
2264 unsigned long strx; local
/freebsd-11-stable/contrib/binutils/bfd/
H A Dstabs.c572 int strx = bfd_get_32 (abfd, sym + STRDXOFF);
574 if (strx == 0)
569 int strx = bfd_get_32 (abfd, sym + STRDXOFF); local

Completed in 132 milliseconds