Home
last modified time | relevance | path

Searched defs:X86_CODE64 (Results 1 – 9 of 9) sorted by relevance

/external/capstone/bindings/python/
Dtest_x86.py10 X86_CODE64 = b"\x55\x48\x8b\x05\xb8\x13\x00\x00\xe9\xea\xbe\xad\xde\xff\x25\x23\x01\x00\x00\xe8\xdf… variable
Dtest_lite.py11 X86_CODE64 = b"\x55\x48\x8b\x05\xb8\x13\x00\x00" variable
Dtest_detail.py10 X86_CODE64 = b"\x55\x48\x8b\x05\xb8\x13\x00\x00" variable
Dtest_basic.py16 X86_CODE64 = b"\x55\x48\x8b\x05\xb8\x13\x00\x00" variable
/external/capstone/bindings/java/
DTestX86.java25 static final String X86_CODE64 = "55488b05b8130000"; field in TestX86
/external/capstone/tests/
Dtest_iter.c38 #define X86_CODE64 "\x55\x48\x8b\x05\xb8\x13\x00\x00" in test() macro
Dtest_x86.c382 #define X86_CODE64 "\x55\x48\x8b\x05\xb8\x13\x00\x00\xe9\xea\xbe\xad\xde\xff\x25\x23\x01\x00\x00\xe… in test() macro
Dtest_detail.c37 #define X86_CODE64 "\x55\x48\x8b\x05\xb8\x13\x00\x00" in test() macro
Dtest_basic.c37 #define X86_CODE64 "\x55\x48\x8b\x05\xb8\x13\x00\x00" in test() macro