|
Linux Kernel
3.7.1
|
#include <linux/moduleloader.h>#include <linux/kernel.h>#include <linux/elf.h>#include <linux/vmalloc.h>#include <linux/fs.h>#include <linux/gfp.h>#include <linux/string.h>#include <linux/ctype.h>#include <linux/mm.h>#include <asm/processor.h>#include <asm/spitfire.h>#include <asm/cacheflush.h>#include "entry.h"Go to the source code of this file.
Functions | |
| void * | module_alloc (unsigned long size) |
| int | module_frob_arch_sections (Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) |
| int | apply_relocate_add (Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) |
1.8.2