#include <collect2-aix.h>
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] |
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: