Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
module.c File Reference
#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)
 

Macro Definition Documentation

#define DEBUGP (   fmt...)

Definition at line 29 of file module.c.

Function Documentation

int apply_relocate_add ( Elf64_Shdr sechdrs,
const char strtab,
unsigned int  symindex,
unsigned int  relsec,
struct module me 
)

Definition at line 145 of file module.c.

int module_frob_arch_sections ( Elf64_Ehdr hdr,
Elf64_Shdr sechdrs,
char secstrings,
struct module me 
)

Definition at line 76 of file module.c.