Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/aout/
Dar.h44 struct ar_hdr struct
46 char ar_name[16]; /* Name of this member. */
47 char ar_date[12]; /* File mtime. */
48 char ar_uid[6]; /* Owner uid; printed as decimal. */
49 char ar_gid[6]; /* Owner gid; printed as decimal. */
50 char ar_mode[8]; /* File mode, printed as octal. */
51 char ar_size[10]; /* File size, printed as decimal. */
52 char ar_fmag[2]; /* Should contain ARFMAG. */