Home | History | Annotate | Download | only in bfd

Lines Matching full:stabp

628       bfd_byte *stabcontents, *stabend, *stabp;
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);
730 bfd_h_put_32 (abfd, value,stabp + VALOFF);