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

Go to the source code of this file.

Functions

int apply_relocate (Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relindex, struct module *me)
 
struct exception_table_entrysearch_module_dbetables (unsigned long addr)
 

Function Documentation

int apply_relocate ( Elf_Shdr sechdrs,
const char strtab,
unsigned int  symindex,
unsigned int  relindex,
struct module me 
)

Definition at line 30 of file module.c.

struct exception_table_entry* search_module_dbetables ( unsigned long  addr)
read

Definition at line 129 of file module.c.