Searched refs:stabp (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drddbg.c401 struct saved_stab *stabp;
403 stabp = saved_stabs + i;
404 if (stabp->string != NULL)
408 s = bfd_get_stab_name (stabp->type);
411 else if (stabp->type == 0)
414 fprintf (stderr, "%-6d", stabp->type);
415 fprintf (stderr, " %-6d ", stabp->desc);
416 fprintf_vma (stderr, stabp->value);
417 if (stabp->type != 0)
418 fprintf (stderr, " %s", stabp
400 struct saved_stab *stabp; local
[all...]
H A Dobjdump.c1963 bfd_byte *stabp, *stabs_end;
1965 stabp = stabs;
1966 stabs_end = stabp + stab_size;
1975 for (i = -1; stabp < stabs_end; stabp += STABSIZE, i++)
1983 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
1984 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
1985 other = bfd_h_get_8 (abfd, stabp + OTHEROFF);
1986 desc = bfd_h_get_16 (abfd, stabp + DESCOFF);
1987 value = bfd_h_get_32 (abfd, stabp
1958 bfd_byte *stabp, *stabs_end; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drddbg.c406 struct saved_stab *stabp;
408 stabp = saved_stabs + i;
409 if (stabp->string != NULL)
413 s = bfd_get_stab_name (stabp->type);
416 else if (stabp->type == 0)
419 fprintf (stderr, "%-6d", stabp->type);
420 fprintf (stderr, " %-6d ", stabp->desc);
421 fprintf_vma (stderr, stabp->value);
422 if (stabp->type != 0)
423 fprintf (stderr, " %s", stabp
405 struct saved_stab *stabp; local
[all...]
H A Dobjdump.c2180 bfd_byte *stabp, *stabs_end;
2182 stabp = stabs;
2183 stabs_end = stabp + stab_size;
2192 for (i = -1; stabp < stabs_end; stabp += STABSIZE, i++)
2200 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
2201 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
2202 other = bfd_h_get_8 (abfd, stabp + OTHEROFF);
2203 desc = bfd_h_get_16 (abfd, stabp + DESCOFF);
2204 value = bfd_h_get_32 (abfd, stabp
2174 bfd_byte *stabp, *stabs_end; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-ip2k.c1139 bfd_byte *stabcontents, *stabend, *stabp; local
1192 stabp = stabcontents + irel->r_offset - 8;
1195 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
1196 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
1197 other = bfd_h_get_8 (abfd, stabp + OTHEROFF);
1198 desc = bfd_h_get_16 (abfd, stabp + DESCOFF);
1199 value = bfd_h_get_32 (abfd, stabp + VALOFF);
1212 stabp += STABSIZE;
1213 for (;stabp < stabend; stabp
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-ip2k.c617 bfd_byte *stabcontents, *stabend, *stabp; local
670 stabp = stabcontents + irel->r_offset - 8;
673 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
674 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
675 other = bfd_h_get_8 (abfd, stabp + OTHEROFF);
676 desc = bfd_h_get_16 (abfd, stabp + DESCOFF);
677 value = bfd_h_get_32 (abfd, stabp + VALOFF);
690 stabp += STABSIZE;
691 for (;stabp < stabend; stabp
[all...]

Completed in 196 milliseconds