Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
kallsyms.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

Go to the source code of this file.

Data Structures

struct  sym_entry
 
struct  text_range
 

Macros

#define ARRAY_SIZE(arr)   (sizeof(arr) / sizeof(arr[0]))
 
#define KSYM_NAME_LEN   128
 
#define text_range_text   (&text_ranges[0])
 
#define text_range_inittext   (&text_ranges[1])
 

Functions

int main (int argc, char **argv)
 

Variables

int token_profit [0x10000]
 
unsigned char best_table [256][2]
 
unsigned char best_table_len [256]
 

Macro Definition Documentation

#define ARRAY_SIZE (   arr)    (sizeof(arr) / sizeof(arr[0]))

Definition at line 27 of file kallsyms.c.

#define KSYM_NAME_LEN   128

Definition at line 30 of file kallsyms.c.

#define text_range_inittext   (&text_ranges[1])

Definition at line 52 of file kallsyms.c.

#define text_range_text   (&text_ranges[0])

Definition at line 51 of file kallsyms.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 636 of file kallsyms.c.

Variable Documentation

unsigned char best_table[256][2]

Definition at line 62 of file kallsyms.c.

unsigned char best_table_len[256]

Definition at line 63 of file kallsyms.c.

int token_profit[0x10000]

Definition at line 59 of file kallsyms.c.