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

#include <annotate.h>

Data Fields

charraw
 
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
 
}; 
 

Detailed Description

Definition at line 14 of file annotate.h.

Field Documentation

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.

Definition at line 30 of file annotate.h.

char* raw

Definition at line 15 of file annotate.h.

struct { ... } source
struct { ... } target

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