Linux Kernel
3.7.1
|
#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) | |
EXPORT_SYMBOL | ( | elf_check_arch | ) |
EXPORT_SYMBOL | ( | elf_set_personality | ) |
EXPORT_SYMBOL | ( | arm_elf_read_implies_exec | ) |