Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
module-rela.c File Reference
#include <linux/elf.h>
#include <linux/err.h>
#include <linux/errno.h>
#include <linux/moduleloader.h>

Go to the source code of this file.

Functions

int apply_r_mips_none (struct module *me, u32 *location, Elf_Addr v)
 
int apply_relocate_add (Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me)
 

Function Documentation

int apply_r_mips_none ( struct module me,
u32 location,
Elf_Addr  v 
)

Definition at line 54 of file module.c.

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

Definition at line 107 of file module-rela.c.