HomeSort by relevance Sort by last modified time
    Searched refs:modRM_byte (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/third_party/libdisasm/
ia32_modrm.c 44 struct modRM_byte {
93 static void byte_decode(unsigned char b, struct modRM_byte *modrm) {
116 byte_decode( *buf, (struct modRM_byte *)(void*)&sib ); /* get bit-fields */
144 x86_op_t *op, struct modRM_byte *modrm ) {
214 struct modRM_byte modrm;
302 struct modRM_byte modrm;
ia32_invariant.c 50 struct modRM_byte {
64 static void byte_decode(unsigned char b, struct modRM_byte *modrm) {
66 static inline void byte_decode(unsigned char b, struct modRM_byte *modrm) {
76 struct modRM_byte modrm;
97 byte_decode(*cin, (struct modRM_byte *)(void*)&sib);

Completed in 2410 milliseconds