Home | History | Annotate | Download | only in bfd

Lines Matching defs:stabp

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