|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/moduleloader.h>#include <linux/kernel.h>#include <linux/mm.h>#include <linux/elf.h>#include <linux/vmalloc.h>#include <linux/fs.h>#include <linux/string.h>#include <linux/gfp.h>#include <asm/pgtable.h>#include <asm/sections.h>Go to the source code of this file.
Functions | |
| void * | module_alloc (unsigned long size) |
| int | apply_relocate (Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relindex, struct module *module) |
1.8.2