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

Go to the source code of this file.

Macros

#define DEBUGP(fmt,...)
 

Functions

int module_frob_arch_sections (Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod)
 
int apply_relocate_add (Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *module)
 

Macro Definition Documentation

#define DEBUGP (   fmt,
  ... 
)

Definition at line 30 of file module.c.

Function Documentation

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

Definition at line 80 of file module.c.

int module_frob_arch_sections ( Elf_Ehdr hdr,
Elf_Shdr sechdrs,
char secstrings,
struct module mod 
)

Definition at line 40 of file module.c.