Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
load_info Struct Reference

Data Fields

Elf_Ehdrhdr
 
unsigned long len
 
Elf_Shdrsechdrs
 
charsecstrings
 
charstrtab
 
unsigned long symoffs
 
unsigned long stroffs
 
struct _ddebugdebug
 
unsigned int num_debug
 
bool sig_ok
 
struct {
   unsigned int   sym
 
   unsigned int   str
 
   unsigned int   mod
 
   unsigned int   vers
 
   unsigned int   info
 
   unsigned int   pcpu
 
index
 

Detailed Description

Definition at line 170 of file module.c.

Field Documentation

struct _ddebug* debug

Definition at line 176 of file module.c.

Definition at line 171 of file module.c.

struct { ... } index
unsigned int info

Definition at line 180 of file module.c.

unsigned long len

Definition at line 172 of file module.c.

unsigned int mod

Definition at line 180 of file module.c.

unsigned int num_debug

Definition at line 177 of file module.c.

unsigned int pcpu

Definition at line 180 of file module.c.

Elf_Shdr* sechdrs

Definition at line 173 of file module.c.

char* secstrings

Definition at line 174 of file module.c.

bool sig_ok

Definition at line 178 of file module.c.

unsigned int str

Definition at line 180 of file module.c.

unsigned long stroffs

Definition at line 175 of file module.c.

char * strtab

Definition at line 174 of file module.c.

unsigned int sym

Definition at line 180 of file module.c.

unsigned long symoffs

Definition at line 175 of file module.c.

unsigned int vers

Definition at line 180 of file module.c.


The documentation for this struct was generated from the following file: