Searched refs:ehbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c450 bfd_byte *ehbuf = NULL, *buf; local
491 REQUIRE (bfd_malloc_and_get_section (abfd, sec, &ehbuf));
494 && bfd_get_32 (abfd, ehbuf) == 0
498 free (ehbuf);
510 buf = ehbuf;
520 < (bfd_size_type) ((buf) - ehbuf)) \
526 < (bfd_size_type) ((buf) - ehbuf))) \
532 == (bfd_size_type) ((buf) - ehbuf))) \
558 if ((bfd_size_type) (buf - ehbuf) == sec->size)
562 REQUIRE (skip_bytes (&buf, ehbuf
[all...]

Completed in 53 milliseconds