GCC Middle and Back End API Reference
external_big_ar_filehdr Struct Reference

#include <collect2-aix.h>

Data Fields

char fl_magic [FL_MAGIC_SIZE]
char fl_memoff [AR_BIG_OFFSET_SIZE]
char fl_symoff [AR_BIG_OFFSET_SIZE]
char fl_symoff64 [AR_BIG_OFFSET_SIZE]
char fl_firstmemoff [AR_BIG_OFFSET_SIZE]
char fl_lastmemoff [AR_BIG_OFFSET_SIZE]
char fl_freeoff [AR_BIG_OFFSET_SIZE]

Detailed Description

   The format of the file header in a "big" XCOFF archive.  

Field Documentation

char external_big_ar_filehdr::fl_firstmemoff[AR_BIG_OFFSET_SIZE]
     Offset of the first member in the archive (decimal ASCII string).  
char external_big_ar_filehdr::fl_freeoff[AR_BIG_OFFSET_SIZE]
     Offset of the first member on the free list (decimal ASCII
     string).  
char external_big_ar_filehdr::fl_lastmemoff[AR_BIG_OFFSET_SIZE]
     Offset of the last member in the archive (decimal ASCII string).  
char external_big_ar_filehdr::fl_magic[FL_MAGIC_SIZE]
     Magic string.  
char external_big_ar_filehdr::fl_memoff[AR_BIG_OFFSET_SIZE]
     Offset of the member table (decimal ASCII string).  
char external_big_ar_filehdr::fl_symoff[AR_BIG_OFFSET_SIZE]
     Offset of the global symbol table for 32-bit objects (decimal ASCII
     string).  
char external_big_ar_filehdr::fl_symoff64[AR_BIG_OFFSET_SIZE]
     Offset of the global symbol table for 64-bit objects (decimal ASCII
     string).  

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