Home
last modified time | relevance | path

Searched defs:ar_hdr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Dar.h43 struct ar_hdr struct
45 char ar_name[16]; /* Name of this member. */
46 char ar_date[12]; /* File mtime. */
47 char ar_uid[6]; /* Owner uid; printed as decimal. */
48 char ar_gid[6]; /* Owner gid; printed as decimal. */
49 char ar_mode[8]; /* File mode, printed as octal. */
50 char ar_size[10]; /* File size, printed as decimal. */
51 char ar_fmag[2]; /* Should contain ARFMAG. */
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Dar.h43 struct ar_hdr struct
45 char ar_name[16]; /* Name of this member. */
46 char ar_date[12]; /* File mtime. */
47 char ar_uid[6]; /* Owner uid; printed as decimal. */
48 char ar_gid[6]; /* Owner gid; printed as decimal. */
49 char ar_mode[8]; /* File mode, printed as octal. */
50 char ar_size[10]; /* File size, printed as decimal. */
51 char ar_fmag[2]; /* Should contain ARFMAG. */
/netbsd-src/include/
H A Dar.h54 struct ar_hdr { struct
55 char ar_name[16]; /* name */
56 char ar_date[12]; /* modification time */
57 char ar_uid[6]; /* user id */
58 char ar_gid[6]; /* group id */
59 char ar_mode[8]; /* octal file permissions */
60 char ar_size[10]; /* size in bytes */
62 char ar_fmag[2]; /* consistency check */
/netbsd-src/external/gpl2/gmake/dist/
H A Darscan.c243 struct ar_hdr struct
262 # define ar_hdr _IMAGE_ARCHIVE_MEMBER_HEADER argument
762 struct ar_hdr ar_hdr; in ar_member_touch() local
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dxcoff.c1399 const b_ar_hdr *ar_hdr; in xcoff_armem_add() local
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dxcoff.c1400 const b_ar_hdr *ar_hdr; in xcoff_armem_add() local