NEURON
external_auxent Union Reference

#include <coff.h>

Public Attributes

struct {
   union {
      struct {
         unsigned short   x_lnno
 
         unsigned short   x_size
 
      }   x_lnsz
 
   }   x_misc
 
   union {
      struct {
      }   x_fcn
 
      struct {
         unsigned short   x_dimen [E_DIMNUM]
 
      }   x_ary
 
   }   x_fcnary
 
   unsigned short   x_tvndx
 
x_sym
 
union {
   char   x_fname [E_FILNMLEN]
 
   struct {
   }   x_n
 
x_file
 
struct {
   unsigned short   x_nreloc
 
   unsigned short   x_nlinno
 
x_scn
 
struct {
   unsigned short   x_tvlen
 
   unsigned short   x_tvran [2]
 
x_tv
 

Detailed Description

Definition at line 159 of file coff.h.

Member Data Documentation

◆ x_ary

struct { ... } external_auxent::x_ary

◆ x_dimen

unsigned short external_auxent::x_dimen[E_DIMNUM]

Definition at line 175 of file coff.h.

◆ x_fcn

struct { ... } external_auxent::x_fcn

◆ x_fcnary

union { ... } external_auxent::x_fcnary

◆ x_file

union { ... } external_auxent::x_file

◆ x_fname

char external_auxent::x_fname[E_FILNMLEN]

Definition at line 182 of file coff.h.

◆ x_lnno

unsigned short external_auxent::x_lnno

Definition at line 164 of file coff.h.

◆ x_lnsz

struct { ... } external_auxent::x_lnsz

◆ x_misc

union { ... } external_auxent::x_misc

◆ x_n

struct { ... } external_auxent::x_n

◆ x_nlinno

unsigned short external_auxent::x_nlinno

Definition at line 192 of file coff.h.

◆ x_nreloc

unsigned short external_auxent::x_nreloc

Definition at line 191 of file coff.h.

◆ x_scn

struct { ... } external_auxent::x_scn

◆ x_size

unsigned short external_auxent::x_size

Definition at line 165 of file coff.h.

◆ x_sym

struct { ... } external_auxent::x_sym

◆ x_tv

struct { ... } external_auxent::x_tv

◆ x_tvlen

unsigned short external_auxent::x_tvlen

Definition at line 197 of file coff.h.

◆ x_tvndx

unsigned short external_auxent::x_tvndx

Definition at line 178 of file coff.h.

◆ x_tvran

unsigned short external_auxent::x_tvran[2]

Definition at line 198 of file coff.h.


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