Home
last modified time | relevance | path

Searched refs:ia32_decode_operand (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.h7 size_t ia32_decode_operand( unsigned char *buf, size_t buf_len,
Dia32_insn.c306 op_size = ia32_decode_operand( buf, buf_len, insn, raw_insn->dest, in ia32_decode_insn()
313 op_size = ia32_decode_operand( buf, buf_len, insn, raw_insn->src, in ia32_decode_insn()
319 op_size = ia32_decode_operand( buf, buf_len, insn, raw_insn->aux, in ia32_decode_insn()
Dia32_operand.c379 size_t ia32_decode_operand( unsigned char *buf, size_t buf_len, in ia32_decode_operand() function