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
#include <linux/personality.h>
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  exec
 

Macros

#define N_TXTADDR(a)   (0x00008000)
 
#define N_TRSIZE(a)   ((a).a_trsize)
 
#define N_DRSIZE(a)   ((a).a_drsize)
 
#define N_SYMSIZE(a)   ((a).a_syms)
 
#define M_ARM   103
 
#define LIBRARY_START_TEXT   (0x00c00000)
 

Macro Definition Documentation

#define LIBRARY_START_TEXT   (0x00c00000)

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

#define M_ARM   103

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

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

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

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

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

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

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

#define N_TXTADDR (   a)    (0x00008000)

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