|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/moduleloader.h>#include <linux/elf.h>#include <linux/vmalloc.h>#include <linux/fs.h>#include <linux/string.h>#include <linux/kernel.h>#include <linux/ftrace.h>#include <linux/cache.h>#include <linux/bug.h>#include <linux/sort.h>#include "setup.h"Go to the source code of this file.
Macros | |
| #define | DEBUGP(fmt,...) |
Functions | |
| int | module_frob_arch_sections (Elf32_Ehdr *hdr, Elf32_Shdr *sechdrs, char *secstrings, struct module *me) |
| int | apply_relocate_add (Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *module) |
| #define DEBUGP | ( | fmt, | |
| ... | |||
| ) |
Definition at line 35 of file module_32.c.
| int apply_relocate_add | ( | Elf32_Shdr * | sechdrs, |
| const char * | strtab, | ||
| unsigned int | symindex, | ||
| unsigned int | relsec, | ||
| struct module * | module | ||
| ) |
Definition at line 216 of file module_32.c.
| int module_frob_arch_sections | ( | Elf32_Ehdr * | hdr, |
| Elf32_Shdr * | sechdrs, | ||
| char * | secstrings, | ||
| struct module * | me | ||
| ) |
Definition at line 150 of file module_32.c.
1.8.2