Searched refs:longbuf (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | aoutf1.h | 567 unsigned char longbuf[4]; /* Raw bytes of various header fields. */ in sunos4_core_file_p() local 579 if (bfd_bread ((void *) longbuf, (bfd_size_type) sizeof (longbuf), abfd) in sunos4_core_file_p() 580 != sizeof (longbuf)) in sunos4_core_file_p() 582 core_mag = H_GET_32 (abfd, longbuf); in sunos4_core_file_p() 588 if (bfd_bread ((void *) longbuf, (bfd_size_type) sizeof (longbuf), abfd) in sunos4_core_file_p() 589 != sizeof (longbuf)) in sunos4_core_file_p() 591 core_size = H_GET_32 (abfd, longbuf); in sunos4_core_file_p()
|
| D | aix386-core.c | 75 unsigned char longbuf[4]; /* Raw bytes of various header fields */ local 84 amt = sizeof (longbuf); 85 if (bfd_bread ((PTR) longbuf, amt, abfd) != amt) 92 if (strncmp (longbuf, COR_MAGIC, 4))
|