Home
last modified time | relevance | path

Searched refs:stabp (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Drddbg.c419 struct saved_stab *stabp; in stab_context() local
421 stabp = saved_stabs + i; in stab_context()
422 if (stabp->string != NULL) in stab_context()
426 s = bfd_get_stab_name (stabp->type); in stab_context()
429 else if (stabp->type == 0) in stab_context()
432 fprintf (stderr, "%-6d", stabp->type); in stab_context()
433 fprintf (stderr, " %-6d ", stabp->desc); in stab_context()
434 fprintf_vma (stderr, stabp->value); in stab_context()
435 if (stabp->type != 0) in stab_context()
436 fprintf (stderr, " %s", stabp->string); in stab_context()
Dobjdump.c2492 bfd_byte *stabp, *stabs_end; in print_section_stabs() local
2494 stabp = stabs; in print_section_stabs()
2495 stabs_end = stabp + stab_size; in print_section_stabs()
2504 for (i = -1; stabp <= stabs_end - STABSIZE; stabp += STABSIZE, i++) in print_section_stabs()
2512 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF); in print_section_stabs()
2513 type = bfd_h_get_8 (abfd, stabp + TYPEOFF); in print_section_stabs()
2514 other = bfd_h_get_8 (abfd, stabp + OTHEROFF); in print_section_stabs()
2515 desc = bfd_h_get_16 (abfd, stabp + DESCOFF); in print_section_stabs()
2516 value = bfd_h_get_32 (abfd, stabp + VALOFF); in print_section_stabs()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-ip2k.c628 bfd_byte *stabcontents, *stabend, *stabp; in adjust_all_relocations() local
679 stabp = stabcontents + irel->r_offset - 8; in adjust_all_relocations()
682 type = bfd_h_get_8 (abfd, stabp + TYPEOFF); in adjust_all_relocations()
683 value = bfd_h_get_32 (abfd, stabp + VALOFF); in adjust_all_relocations()
696 stabp += STABSIZE; in adjust_all_relocations()
697 for (;stabp < stabend; stabp += STABSIZE) in adjust_all_relocations()
700 type = bfd_h_get_8 (abfd, stabp + TYPEOFF); in adjust_all_relocations()
701 value = bfd_h_get_32 (abfd, stabp + VALOFF); in adjust_all_relocations()
714 bfd_h_put_32 (abfd, value,stabp + VALOFF); in adjust_all_relocations()
730 bfd_h_put_32 (abfd, value,stabp + VALOFF); in adjust_all_relocations()