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

#include <coff.h>

Data Fields

union {
   char   e_name [E_SYMNMLEN]
 
   struct {
      char   e_zeroes [4]
 
      char   e_offset [4]
 
   }   e
 
e
 
char e_value [4]
 
char e_scnum [2]
 
char e_type [2]
 
char e_sclass [1]
 
char e_numaux [1]
 

Detailed Description

Definition at line 239 of file coff.h.

Field Documentation

struct { ... } e
union { ... } e
char e_name[E_SYMNMLEN]

Definition at line 242 of file coff.h.

char e_numaux[1]

Definition at line 253 of file coff.h.

char e_offset[4]

Definition at line 245 of file coff.h.

char e_sclass[1]

Definition at line 252 of file coff.h.

char e_scnum[2]

Definition at line 250 of file coff.h.

char e_type[2]

Definition at line 251 of file coff.h.

char e_value[4]

Definition at line 249 of file coff.h.

char e_zeroes[4]

Definition at line 244 of file coff.h.


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