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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Daix386-core.c75 unsigned char longbuf[4]; /* Raw bytes of various header fields */ local
85 amt = sizeof (longbuf);
86 if (bfd_bread ((PTR) longbuf, amt, abfd) != amt)
93 if (strncmp (longbuf, COR_MAGIC, 4))
H A Daoutf1.h559 unsigned char longbuf[4]; /* Raw bytes of various header fields. */
572 if (bfd_bread ((void *) longbuf, (bfd_size_type) sizeof (longbuf), abfd)
573 != sizeof (longbuf))
575 core_mag = H_GET_32 (abfd, longbuf);
581 if (bfd_bread ((void *) longbuf, (bfd_size_type) sizeof (longbuf), abfd)
582 != sizeof (longbuf))
584 core_size = H_GET_32 (abfd, longbuf);
558 unsigned char longbuf[4]; /* Raw bytes of various header fields. */ local

Completed in 59 milliseconds