Searched refs:X86_CODE64 (Results 1 – 10 of 10) sorted by relevance
/external/capstone/tests/ |
D | test_iter.c | 37 #define X86_CODE64 "\x55\x48\x8b\x05\xb8\x13\x00\x00" in test() macro 91 (unsigned char *)X86_CODE64, in test() 92 sizeof(X86_CODE64) - 1, in test()
|
D | test_basic.c | 36 #define X86_CODE64 "\x55\x48\x8b\x05\xb8\x13\x00\x00" in test() macro 94 (unsigned char*)X86_CODE64, in test() 95 sizeof(X86_CODE64) - 1, in test()
|
D | test_detail.c | 36 #define X86_CODE64 "\x55\x48\x8b\x05\xb8\x13\x00\x00" in test() macro 94 (unsigned char *)X86_CODE64, in test() 95 sizeof(X86_CODE64) - 1, in test()
|
D | test_x86.c | 148 #define X86_CODE64 "\x55\x48\x8b\x05\xb8\x13\x00\x00" in test() macro 193 (unsigned char *)X86_CODE64, in test() 194 sizeof(X86_CODE64) - 1, in test()
|
/external/capstone/bindings/python/ |
D | test_lite.py | 12 X86_CODE64 = b"\x55\x48\x8b\x05\xb8\x13\x00\x00" variable 26 (CS_ARCH_X86, CS_MODE_64, X86_CODE64, "X86 64 (Intel syntax)", 0),
|
D | test_basic.py | 16 X86_CODE64 = b"\x55\x48\x8b\x05\xb8\x13\x00\x00" variable 38 (CS_ARCH_X86, CS_MODE_64, X86_CODE64, "X86 64 (Intel syntax)", 0),
|
D | test_detail.py | 10 X86_CODE64 = b"\x55\x48\x8b\x05\xb8\x13\x00\x00" variable 32 (CS_ARCH_X86, CS_MODE_64, X86_CODE64, "X86 64 (Intel syntax)", 0),
|
D | test_x86.py | 10 X86_CODE64 = b"\x55\x48\x8b\x05\xb8\x13\x00\x00" variable 18 (CS_ARCH_X86, CS_MODE_64, X86_CODE64, "X86 64 (Intel syntax)", 0),
|
/external/capstone/bindings/vb6/ |
D | Form1.frm | 157 Const X86_CODE64 As String = "\x55\x48\x8b\x05\xb8\x13\x00\x00" 173 code = toBytes(X86_CODE64)
|
/external/capstone/bindings/java/ |
D | TestX86.java | 22 static final String X86_CODE64 = "55488b05b8130000"; field in TestX86 143 …new Test.platform(Capstone.CS_ARCH_X86, Capstone.CS_MODE_64, hexString2Byte(X86_CODE64), "X86 64 (… in main()
|