HomeSort by relevance Sort by last modified time
    Searched refs:instruction_type (Results 1 - 3 of 3) sorted by null

  /external/libchrome/sandbox/win/src/sidestep/
preamble_patcher_with_stub.cpp 91 InstructionType instruction_type = local
93 if (IT_JUMP == instruction_type) {
97 } else if (IT_RETURN == instruction_type) {
100 } else if (IT_GENERIC != instruction_type) {
mini_disassembler.cpp 37 InstructionType instruction_type = ProcessPrefixes(current_byte, &size); local
39 if (IT_UNKNOWN == instruction_type)
40 return instruction_type;
48 instruction_type = ProcessOpcode(current_byte, 0, &size);
89 InstructionType instruction_type = IT_GENERIC; local
108 instruction_type = opcode.type_;
116 return instruction_type;
  /external/ltrace/sysdeps/linux-gnu/ia64/
breakpoint.c 123 typedef enum instruction_type { enum
132 } instruction_type; typedef in typeref:enum:instruction_type
134 static enum instruction_type template_encoding_table[32][3] = {

Completed in 105 milliseconds