Searched refs:ia32_modrm_decode (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_operand.c | 68 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()
|
D | ia32_modrm.h | 7 size_t ia32_modrm_decode( unsigned char *buf, unsigned int buf_len,
|
D | ia32_modrm.c | 208 size_t ia32_modrm_decode( unsigned char *buf, unsigned int buf_len, in ia32_modrm_decode() function
|