Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
elf.c File Reference
#include <linux/export.h>
#include <linux/sched.h>
#include <linux/personality.h>
#include <linux/binfmts.h>
#include <linux/elf.h>
#include <asm/system_info.h>

Go to the source code of this file.

Functions

int elf_check_arch (const struct elf32_hdr *x)
 
 EXPORT_SYMBOL (elf_check_arch)
 
void elf_set_personality (const struct elf32_hdr *x)
 
 EXPORT_SYMBOL (elf_set_personality)
 
int arm_elf_read_implies_exec (const struct elf32_hdr *x, int executable_stack)
 
 EXPORT_SYMBOL (arm_elf_read_implies_exec)
 

Function Documentation

int arm_elf_read_implies_exec ( const struct elf32_hdr x,
int  executable_stack 
)

Definition at line 83 of file elf.c.

int elf_check_arch ( const struct elf32_hdr x)

Definition at line 8 of file elf.c.

void elf_set_personality ( const struct elf32_hdr x)

Definition at line 41 of file elf.c.

EXPORT_SYMBOL ( elf_check_arch  )
EXPORT_SYMBOL ( elf_set_personality  )
EXPORT_SYMBOL ( arm_elf_read_implies_exec  )