Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.c68 size = ia32_modrm_decode( buf, buf_len, op, insn, in decode_operand_value()
72 size = ia32_modrm_decode( buf, buf_len, op, insn, in decode_operand_value()
76 size = ia32_modrm_decode( buf, buf_len, op, insn, in decode_operand_value()
80 size = ia32_modrm_decode( buf, buf_len, op, insn, in decode_operand_value()
84 size = ia32_modrm_decode( buf, buf_len, op, insn, in decode_operand_value()
Dia32_modrm.h7 size_t ia32_modrm_decode( unsigned char *buf, unsigned int buf_len,
Dia32_modrm.c208 size_t ia32_modrm_decode( unsigned char *buf, unsigned int buf_len, in ia32_modrm_decode() function