Go to the documentation of this file. 1 #ifndef __ARM_A_OUT_H__
2 #define __ARM_A_OUT_H__
4 #include <linux/personality.h>
5 #include <linux/types.h>
22 #define N_TXTADDR(a) (0x00008000)
24 #define N_TRSIZE(a) ((a).a_trsize)
25 #define N_DRSIZE(a) ((a).a_drsize)
26 #define N_SYMSIZE(a) ((a).a_syms)
30 #ifndef LIBRARY_START_TEXT
31 #define LIBRARY_START_TEXT (0x00c00000)