OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_instr_
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/processor/
disassembler_x86.h
82
return instr_valid_ ? &
current_instr_
: NULL;
87
return
current_instr_
.group;
112
libdis::x86_insn_t
current_instr_
;
member in class:google_breakpad::DisassemblerX86
disassembler_x86.cc
52
libdis::x86_oplist_free(&
current_instr_
);
59
libdis::x86_oplist_free(&
current_instr_
);
68
&
current_instr_
);
76
instr_valid_ = libdis::x86_insn_is_valid(&
current_instr_
);
80
if (
current_instr_
.type == libdis::insn_return)
82
libdis::x86_op_t *src = libdis::x86_get_src_operand(&
current_instr_
);
83
libdis::x86_op_t *dest = libdis::x86_get_dest_operand(&
current_instr_
);
86
switch (
current_instr_
.group) {
90
switch (
current_instr_
.type) {
107
(
current_instr_
.type == libdis::insn_call |
[
all
...]
Completed in 29 milliseconds