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

Go to the source code of this file.

Data Structures

struct  flat_hdr
 

Macros

#define FLAT_VERSION   0x00000004L
 
#define MAX_SHARED_LIBS   (1)
 
#define FLAT_FLAG_RAM   0x0001 /* load program entirely into RAM */
 
#define FLAT_FLAG_GOTPIC   0x0002 /* program is PIC with GOT */
 
#define FLAT_FLAG_GZIP   0x0004 /* all but the header is compressed */
 
#define FLAT_FLAG_GZDATA   0x0008 /* only data/relocs are compressed (for XIP) */
 
#define FLAT_FLAG_KTRACE   0x0010 /* output useful kernel trace for debugging */
 

Macro Definition Documentation

#define FLAT_FLAG_GOTPIC   0x0002 /* program is PIC with GOT */

Definition at line 51 of file flat.h.

#define FLAT_FLAG_GZDATA   0x0008 /* only data/relocs are compressed (for XIP) */

Definition at line 53 of file flat.h.

#define FLAT_FLAG_GZIP   0x0004 /* all but the header is compressed */

Definition at line 52 of file flat.h.

#define FLAT_FLAG_KTRACE   0x0010 /* output useful kernel trace for debugging */

Definition at line 54 of file flat.h.

#define FLAT_FLAG_RAM   0x0001 /* load program entirely into RAM */

Definition at line 50 of file flat.h.

#define FLAT_VERSION   0x00000004L

Definition at line 14 of file flat.h.

#define MAX_SHARED_LIBS   (1)

Definition at line 19 of file flat.h.