#include <exec_bout.h>
Public Attributes | |
| union { | |
| char * n_name | |
| struct nlist * n_next | |
| long n_strx | |
| } | n_un |
| unsigned char | n_type |
| char | n_other |
| short | n_desc |
| unsigned long | n_value |
Definition at line 131 of file exec_bout.h.
| short nlist::n_desc |
Definition at line 139 of file exec_bout.h.
| char* nlist::n_name |
Definition at line 133 of file exec_bout.h.
| struct nlist* nlist::n_next |
Definition at line 134 of file exec_bout.h.
| char nlist::n_other |
Definition at line 138 of file exec_bout.h.
| long nlist::n_strx |
Definition at line 135 of file exec_bout.h.
| unsigned char nlist::n_type |
Definition at line 137 of file exec_bout.h.
| union { ... } nlist::n_un |
| unsigned long nlist::n_value |
Definition at line 140 of file exec_bout.h.
1.8.17