HomeSort by: relevance | last modified time | path
    Searched refs:ehbuf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 588 bfd_byte *ehbuf = NULL, *buf, *end; local
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))
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 588 bfd_byte *ehbuf = NULL, *buf, *end; local
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))
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 587 bfd_byte *ehbuf = NULL, *buf, *end; local
621 REQUIRE (_bfd_elf_mmap_section_contents (abfd, sec, &ehbuf));
633 buf = ehbuf;
634 end = ehbuf + sec->size;
674 < (bfd_size_type) ((buf) - ehbuf))) \
684 < (bfd_size_type) ((buf) - ehbuf))) \
691 == (bfd_size_type) ((buf) - ehbuf))) \
694 buf = ehbuf;
697 while ((bfd_size_type) (buf - ehbuf) != sec->size)
708 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4))
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 588 bfd_byte *ehbuf = NULL, *buf, *end; local
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))
    [all...]

Completed in 17 milliseconds