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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Daix386-core.c76 unsigned char longbuf[4]; /* Raw bytes of various header fields */ local
86 amt = sizeof (longbuf);
87 if (bfd_bread ((PTR) longbuf, amt, abfd) != amt)
94 if (strncmp (longbuf, COR_MAGIC, 4))
H A Daoutf1.h560 unsigned char longbuf[4]; /* Raw bytes of various header fields. */
573 if (bfd_bread ((void *) longbuf, (bfd_size_type) sizeof (longbuf), abfd)
574 != sizeof (longbuf))
576 core_mag = H_GET_32 (abfd, longbuf);
582 if (bfd_bread ((void *) longbuf, (bfd_size_type) sizeof (longbuf), abfd)
583 != sizeof (longbuf))
585 core_size = H_GET_32 (abfd, longbuf);
559 unsigned char longbuf[4]; /* Raw bytes of various header fields. */ local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Daix386-core.c76 unsigned char longbuf[4]; /* Raw bytes of various header fields */ local
86 amt = sizeof (longbuf);
87 if (bfd_bread ((PTR) longbuf, amt, abfd) != amt)
94 if (strncmp (longbuf, COR_MAGIC, 4))
H A Daoutf1.h560 unsigned char longbuf[4]; /* Raw bytes of various header fields. */
573 if (bfd_bread ((void *) longbuf, (bfd_size_type) sizeof (longbuf), abfd)
574 != sizeof (longbuf))
576 core_mag = H_GET_32 (abfd, longbuf);
582 if (bfd_bread ((void *) longbuf, (bfd_size_type) sizeof (longbuf), abfd)
583 != sizeof (longbuf))
585 core_size = H_GET_32 (abfd, longbuf);
559 unsigned char longbuf[4]; /* Raw bytes of various header fields. */ local

Completed in 112 milliseconds