Searched refs:THUMB_CODE (Results 1 – 9 of 9) sorted by relevance
/external/capstone/tests/ |
D | test_iter.c | 44 #define THUMB_CODE "\x70\x47\xeb\x46\x83\xb0\xc9\x68" in test() macro 145 (unsigned char *)THUMB_CODE, in test() 146 sizeof(THUMB_CODE) - 1, in test()
|
D | test_basic.c | 45 #define THUMB_CODE "\x70\x47\xeb\x46\x83\xb0\xc9\x68" in test() macro 169 (unsigned char*)THUMB_CODE, in test() 170 sizeof(THUMB_CODE) - 1, in test()
|
D | test_detail.c | 43 #define THUMB_CODE "\x70\x47\xeb\x46\x83\xb0\xc9\x68" in test() macro 152 (unsigned char *)THUMB_CODE, in test() 153 sizeof(THUMB_CODE) - 1, in test()
|
D | test_arm.c | 248 #define THUMB_CODE "\x60\xf9\x1f\x04\xe0\xf9\x4f\x07\x70\x47\x00\xf0\x10\xe8\xeb\x46\x83\xb0\xc9\x6… in test() macro 266 (unsigned char *)THUMB_CODE, in test() 267 sizeof(THUMB_CODE) - 1, in test()
|
/external/capstone/bindings/python/ |
D | test_lite.py | 14 THUMB_CODE = b"\x70\x47\xeb\x46\x83\xb0\xc9\x68" variable 41 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE, "THUMB", None),
|
D | test_basic.py | 19 THUMB_CODE = b"\x70\x47\xeb\x46\x83\xb0\xc9\x68" variable 47 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE, "THUMB", None),
|
D | test_detail.py | 13 THUMB_CODE = b"\x70\x47\xeb\x46\x83\xb0\xc9\x68" variable 38 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE, "THUMB", None),
|
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\x52… 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 113 …tBasic.platform(Capstone.CS_ARCH_ARM, Capstone.CS_MODE_THUMB, hexString2Byte(THUMB_CODE), "Thumb"), in main()
|