toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/x86_imm.h

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 #ifndef x86_IMM_H
     2 #define x86_IMM_H
     4 #include "./qword.h"
     5 #include <sys/types.h>
     7 #ifdef WIN32
     8 #include <windows.h>
     9 #endif
    11 /* these are in the global x86 namespace but are not a part of the
    12  * official API */
    13 unsigned int x86_imm_sized( unsigned char *buf, size_t buf_len, void *dest,
    14 			    unsigned int size );
    16 unsigned int x86_imm_signsized( unsigned char *buf, size_t buf_len, void *dest,
    17 				unsigned int size );
    18 #endif

mercurial