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

Data Fields

struct {
   unsigned long   start_code
 
   unsigned long   start_data
 
   unsigned long   start_brk
 
   unsigned long   text_len
 
   unsigned long   entry
 
   unsigned long   build_date
 
   short   loaded
 
lib_list [MAX_SHARED_LIBS]
 

Detailed Description

Definition at line 75 of file binfmt_flat.c.

Field Documentation

unsigned long build_date

Definition at line 82 of file binfmt_flat.c.

unsigned long entry

Definition at line 81 of file binfmt_flat.c.

struct { ... } lib_list[MAX_SHARED_LIBS]
short loaded

Definition at line 83 of file binfmt_flat.c.

unsigned long start_brk

Definition at line 79 of file binfmt_flat.c.

unsigned long start_code

Definition at line 77 of file binfmt_flat.c.

unsigned long start_data

Definition at line 78 of file binfmt_flat.c.

unsigned long text_len

Definition at line 80 of file binfmt_flat.c.


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