ReactOS 0.4.15-dev-7953-g1f49173
stab_nlist Struct Reference

#include <image_private.h>

Collaboration diagram for stab_nlist:

Public Attributes

unsigned n_strx
 
unsigned char n_type
 
char n_other
 
short n_desc
 
unsigned n_value
 

Detailed Description

Definition at line 175 of file image_private.h.

Member Data Documentation

◆ n_desc

short stab_nlist::n_desc

Definition at line 180 of file image_private.h.

Referenced by stabs_parse().

◆ n_other

char stab_nlist::n_other

Definition at line 179 of file image_private.h.

Referenced by stabs_parse().

◆ n_strx

unsigned stab_nlist::n_strx

Definition at line 177 of file image_private.h.

Referenced by stabs_parse().

◆ n_type

unsigned char stab_nlist::n_type

Definition at line 178 of file image_private.h.

Referenced by stabs_parse().

◆ n_value

unsigned stab_nlist::n_value

Definition at line 181 of file image_private.h.

Referenced by stabs_parse().


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