Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
kallsyms.h File Reference
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/stddef.h>

Go to the source code of this file.

Macros

#define KSYM_NAME_LEN   128
 
#define KSYM_SYMBOL_LEN
 
#define __print_symbol(fmt, addr)
 

Macro Definition Documentation

#define __print_symbol (   fmt,
  addr 
)

Definition at line 107 of file kallsyms.h.

#define KSYM_NAME_LEN   128

Definition at line 12 of file kallsyms.h.

#define KSYM_SYMBOL_LEN
Value:
(sizeof("%s+%#lx/%#lx [%s]") + (KSYM_NAME_LEN - 1) + \
2*(BITS_PER_LONG*3/10) + (MODULE_NAME_LEN - 1) + 1)

Definition at line 13 of file kallsyms.h.