HomeSort by relevance Sort by last modified time
    Searched full:stabp (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
rddbg.c 420 struct saved_stab *stabp;
422 stabp = saved_stabs + i;
423 if (stabp->string != NULL)
427 s = bfd_get_stab_name (stabp->type);
430 else if (stabp->type == 0)
433 fprintf (stderr, "%-6d", stabp->type);
434 fprintf (stderr, " %-6d ", stabp->desc);
435 fprintf_vma (stderr, stabp->value);
436 if (stabp->type != 0)
437 fprintf (stderr, " %s", stabp->string)
419 struct saved_stab *stabp; local
    [all...]
objdump.c 2492 bfd_byte *stabp, *stabs_end; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-ip2k.c 628 bfd_byte *stabcontents, *stabend, *stabp; local
679 stabp = stabcontents + irel->r_offset - 8;
682 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
683 value = bfd_h_get_32 (abfd, stabp + VALOFF);
696 stabp += STABSIZE;
697 for (;stabp < stabend; stabp += STABSIZE)
700 type = bfd_h_get_8 (abfd, stabp + TYPEOFF);
701 value = bfd_h_get_32 (abfd, stabp + VALOFF);
714 bfd_h_put_32 (abfd, value,stabp + VALOFF)
    [all...]

Completed in 164 milliseconds