Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
elf-fdpic.h File Reference
#include <uapi/linux/elf-fdpic.h>

Go to the source code of this file.

Data Structures

struct  elf_fdpic_params
 

Macros

#define ELF_FDPIC_FLAG_ARRANGEMENT   0x0000000f /* PT_LOAD arrangement flags */
 
#define ELF_FDPIC_FLAG_INDEPENDENT   0x00000000 /* PT_LOADs can be put anywhere */
 
#define ELF_FDPIC_FLAG_HONOURVADDR   0x00000001 /* PT_LOAD.vaddr must be honoured */
 
#define ELF_FDPIC_FLAG_CONSTDISP
 
#define ELF_FDPIC_FLAG_CONTIGUOUS   0x00000003 /* PT_LOADs should be contiguous */
 
#define ELF_FDPIC_FLAG_EXEC_STACK   0x00000010 /* T if stack to be executable */
 
#define ELF_FDPIC_FLAG_NOEXEC_STACK   0x00000020 /* T if stack not to be executable */
 
#define ELF_FDPIC_FLAG_EXECUTABLE   0x00000040 /* T if this object is the executable */
 
#define ELF_FDPIC_FLAG_PRESENT   0x80000000 /* T if this object is present */
 

Macro Definition Documentation

#define ELF_FDPIC_FLAG_ARRANGEMENT   0x0000000f /* PT_LOAD arrangement flags */

Definition at line 32 of file elf-fdpic.h.

#define ELF_FDPIC_FLAG_CONSTDISP
Value:
0x00000002 /* PT_LOADs require constant
* displacement */

Definition at line 35 of file elf-fdpic.h.

#define ELF_FDPIC_FLAG_CONTIGUOUS   0x00000003 /* PT_LOADs should be contiguous */

Definition at line 36 of file elf-fdpic.h.

#define ELF_FDPIC_FLAG_EXEC_STACK   0x00000010 /* T if stack to be executable */

Definition at line 37 of file elf-fdpic.h.

#define ELF_FDPIC_FLAG_EXECUTABLE   0x00000040 /* T if this object is the executable */

Definition at line 39 of file elf-fdpic.h.

#define ELF_FDPIC_FLAG_HONOURVADDR   0x00000001 /* PT_LOAD.vaddr must be honoured */

Definition at line 34 of file elf-fdpic.h.

#define ELF_FDPIC_FLAG_INDEPENDENT   0x00000000 /* PT_LOADs can be put anywhere */

Definition at line 33 of file elf-fdpic.h.

#define ELF_FDPIC_FLAG_NOEXEC_STACK   0x00000020 /* T if stack not to be executable */

Definition at line 38 of file elf-fdpic.h.

#define ELF_FDPIC_FLAG_PRESENT   0x80000000 /* T if this object is present */

Definition at line 40 of file elf-fdpic.h.