Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
binfmt_aout.c File Reference
#include <linux/module.h>
#include <linux/time.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/a.out.h>
#include <linux/errno.h>
#include <linux/signal.h>
#include <linux/string.h>
#include <linux/fs.h>
#include <linux/file.h>
#include <linux/stat.h>
#include <linux/fcntl.h>
#include <linux/ptrace.h>
#include <linux/user.h>
#include <linux/binfmts.h>
#include <linux/personality.h>
#include <linux/init.h>
#include <linux/coredump.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include <asm/cacheflush.h>
#include <asm/a.out-core.h>

Go to the source code of this file.

Macros

#define aout_core_dump   NULL
 
#define BAD_ADDR(x)   ((unsigned long)(x) >= TASK_SIZE)
 

Functions

 core_initcall (init_aout_binfmt)
 
 module_exit (exit_aout_binfmt)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define aout_core_dump   NULL

Definition at line 115 of file binfmt_aout.c.

#define BAD_ADDR (   x)    ((unsigned long)(x) >= TASK_SIZE)

Definition at line 126 of file binfmt_aout.c.

Function Documentation

core_initcall ( init_aout_binfmt  )
module_exit ( exit_aout_binfmt  )
MODULE_LICENSE ( "GPL"  )