Linux Kernel
3.7.1
|
#include <symbol.h>
Data Fields | |
struct list_head | node |
struct rb_root | symbols [MAP__NR_TYPES] |
struct rb_root | symbol_names [MAP__NR_TYPES] |
struct rb_root | cache |
enum dso_kernel_type | kernel |
enum dso_swap_type | needs_swap |
enum dso_binary_type | symtab_type |
enum dso_binary_type | data_type |
u8 | adjust_symbols:1 |
u8 | has_build_id:1 |
u8 | hit:1 |
u8 | annotate_warned:1 |
u8 | sname_alloc:1 |
u8 | lname_alloc:1 |
u8 | sorted_by_name |
u8 | loaded |
u8 | build_id [BUILD_ID_SIZE] |
const char * | short_name |
char * | long_name |
u16 | long_name_len |
u16 | short_name_len |
char | name [0] |
u8 build_id[BUILD_ID_SIZE] |
enum dso_binary_type data_type |
enum dso_kernel_type kernel |
enum dso_swap_type needs_swap |
struct rb_root symbol_names[MAP__NR_TYPES] |
enum dso_binary_type symtab_type |