Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
a.out.h File Reference

Go to the source code of this file.

Data Structures

struct  exec
 

Macros

#define N_TRSIZE(a)   ((a).a_trsize)
 
#define N_DRSIZE(a)   ((a).a_drsize)
 
#define N_SYMSIZE(a)   ((a).a_syms)
 

Macro Definition Documentation

#define N_DRSIZE (   a)    ((a).a_drsize)

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

#define N_SYMSIZE (   a)    ((a).a_syms)

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

#define N_TRSIZE (   a)    ((a).a_trsize)

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