Home | History | Annotate | Download | only in bfd

Lines Matching refs:ehbuf

588   bfd_byte *ehbuf = NULL, *buf, *end;
624 REQUIRE (_bfd_elf_mmap_section_contents (abfd, sec, &ehbuf));
636 buf = ehbuf;
637 end = ehbuf + sec->size;
677 < (bfd_size_type) ((buf) - ehbuf))) \
687 < (bfd_size_type) ((buf) - ehbuf))) \
694 == (bfd_size_type) ((buf) - ehbuf))) \
697 buf = ehbuf;
700 while ((bfd_size_type) (buf - ehbuf) != sec->size)
711 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4));
715 REQUIRE ((bfd_size_type) (buf - ehbuf) + hdr_length <= sec->size);
718 this_inf->offset = last_fde - ehbuf;
726 while (skip_bytes (&buf, ehbuf + sec->size, 4))
728 REQUIRE ((bfd_size_type) (buf - ehbuf) == sec->size);
831 length = -(buf - ehbuf) & (per_width - 1);
1061 _bfd_elf_munmap_section_contents (sec, ehbuf);