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/module.h>
#include <linux/moduleloader.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/elf.h>
#include <linux/vmalloc.h>
#include <linux/fs.h>
#include <linux/string.h>
#include <linux/gfp.h>
#include <asm/pgtable.h>
#include <asm/sections.h>
#include <asm/smp_plat.h>
#include <asm/unwind.h>

Go to the source code of this file.

Data Structures

struct  mod_unwind_map
 

Functions

int apply_relocate (Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relindex, struct module *module)
 
void fixup_pv_table (const void *, unsigned long)
 
void fixup_smp (const void *, unsigned long)
 
int module_finalize (const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod)
 
void module_arch_cleanup (struct module *mod)
 

Function Documentation

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

Definition at line 49 of file module.c.

void fixup_pv_table ( const void ,
unsigned  long 
)
void fixup_smp ( const void ,
unsigned  long 
)
void module_arch_cleanup ( struct module mod)

Definition at line 335 of file module.c.

int module_finalize ( const Elf32_Ehdr hdr,
const Elf_Shdr sechdrs,
struct module mod 
)

Definition at line 271 of file module.c.