HomeSort by: relevance | last modified time | path
    Searched defs:instr_info (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
vm_event.h 275 uint32_t instr_info; /* VMX: VMCS Instruction-Information */ member in struct:vm_event_desc_access::__anon6684::__anon6685
  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 4407 Vector<Histable*> *instr_info = NULL; local
4443 instr_info = ptree->get_clr_instr (given_func);
4445 for (int j = 0; j < ((Vector<Histable*>*)instr_info)->size (); j++)
4447 Histable *instr = ((Vector<Histable*>*)instr_info)->fetch (j);
4521 delete instr_info;
4579 Vector<Histable*> *instr_info = NULL; local
4619 instr_info = new Vector<Histable*>();
4643 instr_info->append (instr0);
4652 for (long j = 0, sz_j = instr_info ? instr_info->size () : 0; j < sz_j; j++
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 4407 Vector<Histable*> *instr_info = NULL; local
4443 instr_info = ptree->get_clr_instr (given_func);
4445 for (int j = 0; j < ((Vector<Histable*>*)instr_info)->size (); j++)
4447 Histable *instr = ((Vector<Histable*>*)instr_info)->fetch (j);
4521 delete instr_info;
4579 Vector<Histable*> *instr_info = NULL; local
4619 instr_info = new Vector<Histable*>();
4643 instr_info->append (instr0);
4652 for (long j = 0, sz_j = instr_info ? instr_info->size () : 0; j < sz_j; j++
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 42 typedef struct instr_info instr_info; typedef in typeref:struct:instr_info
44 static bool dofloat (instr_info *, int);
45 static int putop (instr_info *, const char *, int);
46 static void oappend_with_style (instr_info *, const char *,
49 static bool OP_E (instr_info *, int, int);
50 static bool OP_E_memory (instr_info *, int, int);
51 static bool OP_indirE (instr_info *, int, int);
52 static bool OP_G (instr_info *, int, int);
53 static bool OP_ST (instr_info *, int, int)
146 struct instr_info struct
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 42 typedef struct instr_info instr_info; typedef in typeref:struct:instr_info
44 static bool dofloat (instr_info *, int);
45 static int putop (instr_info *, const char *, int);
46 static void oappend_with_style (instr_info *, const char *,
49 static bool OP_E (instr_info *, int, int);
50 static bool OP_E_memory (instr_info *, int, int);
51 static bool OP_indirE (instr_info *, int, int);
52 static bool OP_G (instr_info *, int, int);
53 static bool OP_ST (instr_info *, int, int)
146 struct instr_info struct
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 42 typedef struct instr_info instr_info; typedef in typeref:struct:instr_info
44 static bool dofloat (instr_info *, int);
45 static int putop (instr_info *, const char *, int);
46 static void oappend_with_style (instr_info *, const char *,
49 static bool OP_E (instr_info *, int, int);
50 static bool OP_E_memory (instr_info *, int, int);
51 static bool OP_indirE (instr_info *, int, int);
52 static bool OP_G (instr_info *, int, int);
53 static bool OP_ST (instr_info *, int, int)
146 struct instr_info struct
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 42 typedef struct instr_info instr_info; typedef in typeref:struct:instr_info
44 static bool dofloat (instr_info *, int);
45 static int putop (instr_info *, const char *, int);
46 static void oappend_with_style (instr_info *, const char *,
49 static bool OP_E (instr_info *, int, int);
50 static bool OP_E_memory (instr_info *, int, int);
51 static bool OP_indirE (instr_info *, int, int);
52 static bool OP_G (instr_info *, int, int);
53 static bool OP_ST (instr_info *, int, int)
146 struct instr_info struct
    [all...]

Completed in 41 milliseconds