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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drddbg.c409 struct saved_stab *stabp;
411 stabp = saved_stabs + i;
412 if (stabp->string != NULL)
416 s = bfd_get_stab_name (stabp->type);
419 else if (stabp->type == 0)
422 fprintf (stderr, "%-6d", stabp->type);
423 fprintf (stderr, " %-6d ", stabp->desc);
424 fprintf_vma (stderr, stabp->value);
425 if (stabp->type != 0)
426 fprintf (stderr, " %s", stabp
408 struct saved_stab *stabp; local
[all...]
H A Dobjdump.c2432 bfd_byte *stabp, *stabs_end;
2434 stabp = stabs;
2435 stabs_end = stabp + stab_size;
2444 for (i = -1; stabp < stabs_end; stabp += STABSIZE, i++)
2452 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
2453 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
2454 other = bfd_h_get_8 (abfd, stabp + OTHEROFF);
2455 desc = bfd_h_get_16 (abfd, stabp + DESCOFF);
2456 value = bfd_h_get_32 (abfd, stabp
2425 bfd_byte *stabp, *stabs_end; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-ip2k.c629 bfd_byte *stabcontents, *stabend, *stabp; local
680 stabp = stabcontents + irel->r_offset - 8;
683 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
684 value = bfd_h_get_32 (abfd, stabp + VALOFF);
697 stabp += STABSIZE;
698 for (;stabp < stabend; stabp += STABSIZE)
701 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
702 value = bfd_h_get_32 (abfd, stabp + VALOFF);
715 bfd_h_put_32 (abfd, value,stabp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-ip2k.c629 bfd_byte *stabcontents, *stabend, *stabp; local
680 stabp = stabcontents + irel->r_offset - 8;
683 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
684 value = bfd_h_get_32 (abfd, stabp + VALOFF);
697 stabp += STABSIZE;
698 for (;stabp < stabend; stabp += STABSIZE)
701 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
702 value = bfd_h_get_32 (abfd, stabp + VALOFF);
715 bfd_h_put_32 (abfd, value,stabp
[all...]

Completed in 165 milliseconds