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

#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 charshort_name
 
charlong_name
 
u16 long_name_len
 
u16 short_name_len
 
char name [0]
 

Detailed Description

Definition at line 206 of file symbol.h.

Field Documentation

u8 adjust_symbols

Definition at line 215 of file symbol.h.

u8 annotate_warned

Definition at line 218 of file symbol.h.

u8 build_id[BUILD_ID_SIZE]

Definition at line 223 of file symbol.h.

Definition at line 210 of file symbol.h.

Definition at line 214 of file symbol.h.

u8 has_build_id

Definition at line 216 of file symbol.h.

u8 hit

Definition at line 217 of file symbol.h.

enum dso_kernel_type kernel

Definition at line 211 of file symbol.h.

u8 lname_alloc

Definition at line 220 of file symbol.h.

u8 loaded

Definition at line 222 of file symbol.h.

char* long_name

Definition at line 225 of file symbol.h.

u16 long_name_len

Definition at line 226 of file symbol.h.

char name[0]

Definition at line 228 of file symbol.h.

enum dso_swap_type needs_swap

Definition at line 212 of file symbol.h.

Definition at line 207 of file symbol.h.

const char* short_name

Definition at line 224 of file symbol.h.

u16 short_name_len

Definition at line 227 of file symbol.h.

u8 sname_alloc

Definition at line 219 of file symbol.h.

u8 sorted_by_name

Definition at line 221 of file symbol.h.

struct rb_root symbol_names[MAP__NR_TYPES]

Definition at line 209 of file symbol.h.

Definition at line 208 of file symbol.h.

enum dso_binary_type symtab_type

Definition at line 213 of file symbol.h.


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