Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/libdisasm/
Dia32_modrm.c102 static size_t sib_decode( unsigned char *buf, size_t buf_len, x86_ea_t *ea, in sib_decode() function
258 size += sib_decode( buf, buf_len, ea, modrm.mod); in ia32_modrm_decode()
270 size += sib_decode( buf, buf_len, ea, modrm.mod); in ia32_modrm_decode()