|
Linux Kernel
3.7.1
|
#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) |
1.8.2