Linux Kernel
3.7.1
|
#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/slab.h>
Go to the source code of this file.
Data Structures | |
struct | got_entry |
Macros | |
#define | DEBUGP(fmt...) |
Functions | |
int | module_frob_arch_sections (Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, char *secstrings, struct module *me) |
int | apply_relocate_add (Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) |
int module_frob_arch_sections | ( | Elf64_Ehdr * | hdr, |
Elf64_Shdr * | sechdrs, | ||
char * | secstrings, | ||
struct module * | me | ||
) |