Linux Kernel
3.7.1
|
#include <annotate.h>
Data Fields | |
char * | raw |
struct { | |
char * raw | |
char * name | |
u64 addr | |
u64 offset | |
} | target |
union { | |
struct { | |
char * raw | |
char * name | |
u64 addr | |
} source | |
struct { | |
struct ins * ins | |
struct ins_operands * ops | |
} locked | |
}; | |
Definition at line 14 of file annotate.h.
union { ... } |
u64 addr |
Definition at line 19 of file annotate.h.
Definition at line 29 of file annotate.h.
struct { ... } locked |
char* name |
Definition at line 18 of file annotate.h.
Definition at line 20 of file annotate.h.
struct ins_operands* ops |
Definition at line 30 of file annotate.h.
char* raw |
Definition at line 15 of file annotate.h.
struct { ... } source |
struct { ... } target |