Searched refs:THUMB_CODE2 (Results 1 – 9 of 9) sorted by relevance
/external/capstone/tests/ |
D | test_iter.c | 45 #define THUMB_CODE2 "\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0" in test() macro 131 (unsigned char *)THUMB_CODE2, in test() 132 sizeof(THUMB_CODE2) - 1, in test()
|
D | test_basic.c | 46 #define THUMB_CODE2 "\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0" in test() macro 155 (unsigned char*)THUMB_CODE2, in test() 156 sizeof(THUMB_CODE2) - 1, in test()
|
D | test_detail.c | 44 #define THUMB_CODE2 "\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0" in test() macro 138 (unsigned char *)THUMB_CODE2, in test() 139 sizeof(THUMB_CODE2) - 1, in test()
|
D | test_arm.c | 251 #define THUMB_CODE2 "\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0\x18\xbf\xad\xbf\xf3\xff\x0b\x… in test() macro 280 (unsigned char *)THUMB_CODE2, in test() 281 sizeof(THUMB_CODE2) - 1, in test()
|
/external/capstone/bindings/python/ |
D | test_lite.py | 15 THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0" variable 39 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE2, "THUMB-2", None),
|
D | test_detail.py | 14 THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88" variable 39 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE2, "THUMB-2", None),
|
D | test_basic.py | 20 THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0" variable 45 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE2, "THUMB-2", None),
|
D | test_arm.py | 14 THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0\x18\xbf\xad\xbf\xf3\xff\x0b\x0c\x8… variable 22 …(CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE2, "Thumb-2 & register named with numbers", CS_OPT_SYNTAX_N…
|
/external/capstone/bindings/java/ |
D | TestArm.java | 24 …static final String THUMB_CODE2 = "4ff00001bde80088d1e800f018bfadbff3ff0b0c86f3008980f3008c4ffa99f… field in TestArm 115 …pstone.CS_MODE_THUMB, Capstone.CS_OPT_SYNTAX_NOREGNAME, hexString2Byte(THUMB_CODE2), "Thumb-2 & re… in main()
|