Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
COFF_auxent Union Reference

#include <coff.h>

Data Fields

struct {
   char   x_tagndx [4]
 
   union {
      struct {
         char   x_lnno [2]
 
         char   x_size [2]
 
      }   x_lnsz
 
      char   x_fsize [4]
 
   }   x_misc
 
   union {
      struct {
         char   x_lnnoptr [4]
 
         char   x_endndx [4]
 
      }   x_fcn
 
      struct {
         char   x_dimen [E_DIMNUM][2]
 
      }   x_ary
 
   }   x_fcnary
 
   char   x_tvndx [2]
 
x_sym
 
union {
   char   x_fname [E_FILNMLEN]
 
   struct {
      char   x_zeroes [4]
 
      char   x_offset [4]
 
   }   x_n
 
x_file
 
struct {
   char   x_scnlen [4]
 
   char   x_nreloc [2]
 
   char   x_nlinno [2]
 
x_scn
 
struct {
   char   x_tvfill [4]
 
   char   x_tvlen [2]
 
   char   x_tvran [2][2]
 
x_tv
 

Detailed Description

Definition at line 265 of file coff.h.

Field Documentation

struct { ... } x_ary
char x_dimen[E_DIMNUM][2]

Definition at line 288 of file coff.h.

char x_endndx[4]

Definition at line 284 of file coff.h.

struct { ... } x_fcn
union { ... } x_fcnary
union { ... } x_file
char x_fname[E_FILNMLEN]

Definition at line 300 of file coff.h.

char x_fsize[4]

Definition at line 278 of file coff.h.

char x_lnno[2]

Definition at line 275 of file coff.h.

char x_lnnoptr[4]

Definition at line 283 of file coff.h.

struct { ... } x_lnsz
union { ... } x_misc
struct { ... } x_n
char x_nlinno[2]

Definition at line 314 of file coff.h.

char x_nreloc[2]

Definition at line 313 of file coff.h.

char x_offset[4]

Definition at line 303 of file coff.h.

struct { ... } x_scn
char x_scnlen[4]

Definition at line 312 of file coff.h.

char x_size[2]

Definition at line 276 of file coff.h.

struct { ... } x_sym
char x_tagndx[4]

Definition at line 272 of file coff.h.

struct { ... } x_tv
char x_tvfill[4]

Definition at line 322 of file coff.h.

char x_tvlen[2]

Definition at line 323 of file coff.h.

char x_tvndx[2]

Definition at line 292 of file coff.h.

char x_tvran[2][2]

Definition at line 324 of file coff.h.

char x_zeroes[4]

Definition at line 302 of file coff.h.


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