ReactOS 0.4.15-dev-8052-gc0e3179
_COFF_SYMENT Struct Reference

#include <rsym.h>

Collaboration diagram for _COFF_SYMENT:

Public Attributes

union {
   char   e_name [E_SYMNMLEN]
 
   struct {
      ULONG   e_zeroes
 
      ULONG   e_offset
 
   }   e
 
e
 
ULONG e_value
 
short e_scnum
 
USHORT e_type
 
UCHAR e_sclass
 
UCHAR e_numaux
 

Detailed Description

Definition at line 139 of file rsym.h.

Member Data Documentation

◆  [1/2]

struct { ... } _COFF_SYMENT::e

◆  [2/2]

union { ... } _COFF_SYMENT::e

◆ e_name

char _COFF_SYMENT::e_name[E_SYMNMLEN]

Definition at line 143 of file rsym.h.

◆ e_numaux

UCHAR _COFF_SYMENT::e_numaux

Definition at line 156 of file rsym.h.

Referenced by ConvertCoffs().

◆ e_offset

ULONG _COFF_SYMENT::e_offset

Definition at line 147 of file rsym.h.

◆ e_sclass

UCHAR _COFF_SYMENT::e_sclass

Definition at line 155 of file rsym.h.

◆ e_scnum

short _COFF_SYMENT::e_scnum

Definition at line 153 of file rsym.h.

Referenced by ConvertCoffs().

◆ e_type

USHORT _COFF_SYMENT::e_type

Definition at line 154 of file rsym.h.

◆ e_value

ULONG _COFF_SYMENT::e_value

Definition at line 152 of file rsym.h.

Referenced by ConvertCoffs().

◆ e_zeroes

ULONG _COFF_SYMENT::e_zeroes

Definition at line 146 of file rsym.h.


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