Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nlist Struct Reference

#include <a.out.h>

Data Fields

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
 

Detailed Description

Definition at line 163 of file a.out.h.

Field Documentation

short n_desc

Definition at line 171 of file a.out.h.

char* n_name

Definition at line 165 of file a.out.h.

struct nlist* n_next

Definition at line 166 of file a.out.h.

char n_other

Definition at line 170 of file a.out.h.

long n_strx

Definition at line 167 of file a.out.h.

unsigned char n_type

Definition at line 169 of file a.out.h.

union { ... } n_un
unsigned long n_value

Definition at line 172 of file a.out.h.


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