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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/crashreporter/google-breakpad/src/third_party/libdisasm/x86_imm.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +#ifndef x86_IMM_H
     1.5 +#define x86_IMM_H
     1.6 +
     1.7 +#include "./qword.h"
     1.8 +#include <sys/types.h>
     1.9 +
    1.10 +#ifdef WIN32
    1.11 +#include <windows.h>
    1.12 +#endif
    1.13 +
    1.14 +/* these are in the global x86 namespace but are not a part of the
    1.15 + * official API */
    1.16 +unsigned int x86_imm_sized( unsigned char *buf, size_t buf_len, void *dest,
    1.17 +			    unsigned int size );
    1.18 +
    1.19 +unsigned int x86_imm_signsized( unsigned char *buf, size_t buf_len, void *dest,
    1.20 +				unsigned int size );
    1.21 +#endif

mercurial