Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
module.c File Reference
#include <linux/moduleloader.h>
#include <linux/elf.h>
#include <linux/mm.h>
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/spinlock.h>
#include <linux/jump_label.h>
#include <asm/pgtable.h>

Go to the source code of this file.

Data Structures

struct  mips_hi16
 

Functions

int apply_r_mips_none (struct module *me, u32 *location, Elf_Addr v)
 
int apply_relocate (Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me)
 
struct exception_table_entrysearch_module_dbetables (unsigned long addr)
 
int module_finalize (const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me)
 
void module_arch_cleanup (struct module *mod)
 

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 ( Elf_Shdr sechdrs,
const char strtab,
unsigned int  symindex,
unsigned int  relsec,
struct module me 
)

Definition at line 194 of file module.c.

void module_arch_cleanup ( struct module mod)

Definition at line 292 of file module.c.

int module_finalize ( const Elf_Ehdr hdr,
const Elf_Shdr sechdrs,
struct module me 
)

Definition at line 269 of file module.c.

struct exception_table_entry* search_module_dbetables ( unsigned long  addr)
read

Definition at line 249 of file module.c.