NEURON
external_syment Struct Reference

#include <coff.h>

Public Member Functions

unsigned long e_value __attribute__ ((packed))
 

Public Attributes

union {
   char   e_name [E_SYMNMLEN]
 
   struct {
   }   e
 
e
 
short e_scnum
 
unsigned short e_type
 
unsigned char e_sclass
 
unsigned char e_numaux
 

Detailed Description

Definition at line 138 of file coff.h.

Member Function Documentation

◆ __attribute__()

unsigned long e_value external_syment::__attribute__ ( (packed)  )

Member Data Documentation

◆ e [1/2]

struct { ... } external_syment::e

◆ e [2/2]

union { ... } external_syment::e

◆ e_name

char external_syment::e_name[E_SYMNMLEN]

Definition at line 141 of file coff.h.

◆ e_numaux

unsigned char external_syment::e_numaux

Definition at line 151 of file coff.h.

◆ e_sclass

unsigned char external_syment::e_sclass

Definition at line 150 of file coff.h.

◆ e_scnum

short external_syment::e_scnum

Definition at line 148 of file coff.h.

◆ e_type

unsigned short external_syment::e_type

Definition at line 149 of file coff.h.


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