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

/ndk/sources/host-tools/make-3.81/
H A Darscan.c244 struct ar_hdr
263 # define ar_hdr _IMAGE_ARCHIVE_MEMBER_HEADER
274 # define AR_HDR_SIZE (sizeof (struct ar_hdr))
429 struct ar_hdr member_header;
709 sizeof (struct ar_hdr.ar_name) - 1. */
727 struct ar_hdr hdr;
766 struct ar_hdr ar_hdr;
782 if (AR_HDR_SIZE != read (fd, (char *) &ar_hdr, AR_HDR_SIZE))
787 if (AR_HDR_SIZE != write (fd, (char *) &ar_hdr, AR_HDR_SIZ
243 struct ar_hdr struct
262 # define ar_hdr macro
762 struct ar_hdr ar_hdr; local
[all...]

Completed in 32 milliseconds