Go to the documentation of this file.
10 #ifndef _UAPI_LINUX_FLAT_H
11 #define _UAPI_LINUX_FLAT_H
14 #define FLAT_VERSION 0x00000004L
16 #ifdef CONFIG_BINFMT_SHARED_FLAT
17 #define MAX_SHARED_LIBS (4)
19 #define MAX_SHARED_LIBS (1)
50 #define FLAT_FLAG_RAM 0x0001
51 #define FLAT_FLAG_GOTPIC 0x0002
52 #define FLAT_FLAG_GZIP 0x0004
53 #define FLAT_FLAG_GZDATA 0x0008
54 #define FLAT_FLAG_KTRACE 0x0010