HomeSort by: relevance | last modified time | path
    Searched defs:stabp (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
rddbg.c 395 struct saved_stab *stabp;
397 stabp = saved_stabs + i;
398 if (stabp->string != NULL)
402 s = bfd_get_stab_name (stabp->type);
405 else if (stabp->type == 0)
408 fprintf (stderr, "%-6d", stabp->type);
409 fprintf (stderr, " %-6d ", stabp->desc);
410 fprintf (stderr, "%08" PRIx64, (uint64_t) stabp->value);
411 if (stabp->type != 0)
412 fprintf (stderr, " %s", stabp->string)
394 struct saved_stab *stabp; local
    [all...]
objdump.c 4612 bfd_byte *stabp, *stabs_end;
4614 stabp = stabs;
4615 stabs_end = PTR_ADD (stabp, stab_size);
4624 for (i = -1; (size_t) (stabs_end - stabp) >= STABSIZE; stabp += STABSIZE, i++)
4632 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
4633 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
4634 other = bfd_h_get_8 (abfd, stabp + OTHEROFF);
4635 desc = bfd_h_get_16 (abfd, stabp + DESCOFF);
4636 value = bfd_h_get_32 (abfd, stabp + VALOFF)
4605 bfd_byte *stabp, *stabs_end; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
rddbg.c 395 struct saved_stab *stabp;
397 stabp = saved_stabs + i;
398 if (stabp->string != NULL)
402 s = bfd_get_stab_name (stabp->type);
405 else if (stabp->type == 0)
408 fprintf (stderr, "%-6d", stabp->type);
409 fprintf (stderr, " %-6d ", stabp->desc);
410 fprintf (stderr, "%08" PRIx64, (uint64_t) stabp->value);
411 if (stabp->type != 0)
412 fprintf (stderr, " %s", stabp->string)
394 struct saved_stab *stabp; local
    [all...]
objdump.c 4624 bfd_byte *stabp, *stabs_end;
4626 stabp = stabs;
4627 stabs_end = PTR_ADD (stabp, stab_size);
4636 for (i = -1; (size_t) (stabs_end - stabp) >= STABSIZE; stabp += STABSIZE, i++)
4644 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
4645 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
4646 other = bfd_h_get_8 (abfd, stabp + OTHEROFF);
4647 desc = bfd_h_get_16 (abfd, stabp + DESCOFF);
4648 value = bfd_h_get_32 (abfd, stabp + VALOFF)
4617 bfd_byte *stabp, *stabs_end; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-ip2k.c 628 bfd_byte *stabcontents, *stabend, *stabp; local
678 stabp = stabcontents + irel->r_offset - 8;
681 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
682 value = bfd_h_get_32 (abfd, stabp + VALOFF);
695 stabp += STABSIZE;
696 for (;stabp < stabend; stabp += STABSIZE)
699 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
700 value = bfd_h_get_32 (abfd, stabp + VALOFF);
713 bfd_h_put_32 (abfd, value,stabp + VALOFF)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ip2k.c 628 bfd_byte *stabcontents, *stabend, *stabp; local
678 stabp = stabcontents + irel->r_offset - 8;
681 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
682 value = bfd_h_get_32 (abfd, stabp + VALOFF);
695 stabp += STABSIZE;
696 for (;stabp < stabend; stabp += STABSIZE)
699 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
700 value = bfd_h_get_32 (abfd, stabp + VALOFF);
713 bfd_h_put_32 (abfd, value,stabp + VALOFF)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-ip2k.c 628 bfd_byte *stabcontents, *stabend, *stabp; local
678 stabp = stabcontents + irel->r_offset - 8;
681 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
682 value = bfd_h_get_32 (abfd, stabp + VALOFF);
695 stabp += STABSIZE;
696 for (;stabp < stabend; stabp += STABSIZE)
699 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
700 value = bfd_h_get_32 (abfd, stabp + VALOFF);
713 bfd_h_put_32 (abfd, value,stabp + VALOFF)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ip2k.c 628 bfd_byte *stabcontents, *stabend, *stabp; local
678 stabp = stabcontents + irel->r_offset - 8;
681 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
682 value = bfd_h_get_32 (abfd, stabp + VALOFF);
695 stabp += STABSIZE;
696 for (;stabp < stabend; stabp += STABSIZE)
699 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
700 value = bfd_h_get_32 (abfd, stabp + VALOFF);
713 bfd_h_put_32 (abfd, value,stabp + VALOFF)
    [all...]

Completed in 39 milliseconds