GCC Middle and Back End API Reference
external_big_ar_member Struct Reference

#include <collect2-aix.h>

Data Fields

char ar_size [AR_BIG_OFFSET_SIZE]
char ar_nextoff [AR_BIG_OFFSET_SIZE]
char ar_prevoff [AR_BIG_OFFSET_SIZE]
char ar_date [12]
char ar_uid [12]
char ar_gid [12]
char ar_mode [12]
char ar_namlen [4]

Detailed Description

   The format of a member header in a "big" XCOFF archive.  

Field Documentation

char external_big_ar_member::ar_date[12]
     File mtime (decimal ASCII string).  
char external_big_ar_member::ar_gid[12]
     File GID (decimal ASCII string).  
char external_big_ar_member::ar_mode[12]
     File mode (octal ASCII string).  
char external_big_ar_member::ar_namlen[4]
     Length of file name (decimal ASCII string).  
char external_big_ar_member::ar_nextoff[AR_BIG_OFFSET_SIZE]
     File offset of next archive member (decimal ASCII string).  
char external_big_ar_member::ar_prevoff[AR_BIG_OFFSET_SIZE]
     File offset of previous archive member (decimal ASCII string).  
char external_big_ar_member::ar_size[AR_BIG_OFFSET_SIZE]
     File size not including the header (decimal ASCII string).  
char external_big_ar_member::ar_uid[12]
     File UID (decimal ASCII string).  

The documentation for this struct was generated from the following file: