Searched defs:libdis (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
H A Ddisassembler_x86.h44 namespace libdis { namespace
45 #include "third_party/libdisasm/libdis.h"
79 // Returns the current instruction as defined in libdis.h,
81 const libdis::x86_insn_t* currentInstruction() {
85 // Returns the type of the current instruction as defined in libdis.h.
86 libdis::x86_insn_group currentInstructionGroup() {
112 libdis::x86_insn_t current_instr_;
117 libdis::x86_reg_t bad_register_;

Completed in 2051 milliseconds