GCC Middle and Back End API Reference
collect2-aix.h File Reference

Go to the source code of this file.

Data Structures

struct  external_big_ar_filehdr
struct  external_big_ar_member
struct  external_filehdr_32
struct  external_filehdr_64
struct  internal_filehdr
struct  external_syment
struct  internal_syment
struct  internal_ldfile

Typedefs

typedef unsigned HOST_WIDE_INT bfd_vma
typedef struct internal_syment SYMENT
typedef struct internal_ldfile LDFILE

Functions

LDFILEldopen (char *, LDFILE *)
char * ldgetname (LDFILE *, SYMENT *)
int ldtbread (LDFILE *, long, SYMENT *)
int ldclose (LDFILE *)

Typedef Documentation

typedef unsigned HOST_WIDE_INT bfd_vma
   -------------------------------------------------------------------------
   Definitions adapted from bfd.  (Fairly heavily adapted in some cases.)
   ------------------------------------------------------------------------- 
   Compatibility types for bfd.  
typedef struct internal_ldfile LDFILE
typedef struct internal_syment SYMENT

Function Documentation

int ldclose ( LDFILE )
char* ldgetname ( LDFILE ,
SYMENT  
)
LDFILE* ldopen ( char *  ,
LDFILE  
)
   API-defined functions.  
int ldtbread ( LDFILE ,
long  ,
SYMENT  
)