Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A Dar.h42 struct ar_hdr { struct
43 char ar_name[16]; /* name of this member */
44 char ar_date[12]; /* file mtime */
45 char ar_uid[6]; /* owner uid; printed as decimal */
46 char ar_gid[6]; /* owner gid; printed as decimal */
47 char ar_mode[8]; /* file mode, printed as octal */
48 char ar_size[10]; /* file size, printed as decimal */
49 char ar_fmag[2]; /* should contain ARFMAG */
/openbsd/gnu/usr.bin/binutils/include/aout/
H A Dar.h42 struct ar_hdr { struct
43 char ar_name[16]; /* name of this member */
44 char ar_date[12]; /* file mtime */
45 char ar_uid[6]; /* owner uid; printed as decimal */
46 char ar_gid[6]; /* owner gid; printed as decimal */
47 char ar_mode[8]; /* file mode, printed as octal */
48 char ar_size[10]; /* file size, printed as decimal */
49 char ar_fmag[2]; /* should contain ARFMAG */
/openbsd/include/
H A Dar.h55 struct ar_hdr { struct
56 char ar_name[16]; /* name */
57 char ar_date[12]; /* modification time */
58 char ar_uid[6]; /* user id */
59 char ar_gid[6]; /* group id */
60 char ar_mode[8]; /* octal file permissions */
61 char ar_size[10]; /* size in bytes */
63 char ar_fmag[2]; /* consistency check */
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp17 typedef struct ar_hdr { struct
24 } ar_hdr; argument