Searched refs:THUMB_CODE (Results 1 – 9 of 9) sorted by relevance
/external/capstone/tests/ |
D | test_iter.c | 41 #define THUMB_CODE "\x70\x47\xeb\x46\x83\xb0\xc9\x68" in test() macro 119 (unsigned char *)THUMB_CODE, in test() 120 sizeof(THUMB_CODE) - 1, in test()
|
D | test_detail.c | 40 #define THUMB_CODE "\x70\x47\xeb\x46\x83\xb0\xc9\x68" in test() macro 122 (unsigned char *)THUMB_CODE, in test() 123 sizeof(THUMB_CODE) - 1, in test()
|
D | test_basic.c | 42 #define THUMB_CODE "\x70\x47\xeb\x46\x83\xb0\xc9\x68" in test() macro 122 (unsigned char*)THUMB_CODE, in test() 123 sizeof(THUMB_CODE) - 1, in test()
|
D | test_arm.c | 200 #define THUMB_CODE "\x70\x47\x00\xf0\x10\xe8\xeb\x46\x83\xb0\xc9\x68\x1f\xb1\x30\xbf\xaf\xf3\x20\x8… in test() macro 216 (unsigned char *)THUMB_CODE, in test() 217 sizeof(THUMB_CODE) - 1, in test()
|
/external/capstone/bindings/python/ |
D | test_lite.py | 15 THUMB_CODE = b"\x70\x47\xeb\x46\x83\xb0\xc9\x68" variable 30 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE, "THUMB", 0),
|
D | test_basic.py | 19 THUMB_CODE = b"\x70\x47\xeb\x46\x83\xb0\xc9\x68" variable 42 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE, "THUMB", 0),
|
D | test_detail.py | 13 THUMB_CODE = b"\x70\x47\xeb\x46\x83\xb0\xc9\x68" variable 35 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE, "THUMB", 0),
|
D | test_arm.py | 13 THUMB_CODE = b"\x70\x47\x00\xf0\x10\xe8\xeb\x46\x83\xb0\xc9\x68\x1f\xb1\x30\xbf\xaf\xf3\x20\x84" variable 20 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE, "Thumb", None),
|
/external/capstone/bindings/java/ |
D | TestArm.java | 25 static final String THUMB_CODE = "7047eb4683b0c9681fb130bfaff32084"; field in TestArm 111 …new Test.platform(Capstone.CS_ARCH_ARM, Capstone.CS_MODE_THUMB, hexString2Byte(THUMB_CODE), "Thumb… in main()
|