Searched refs:THUMB_CODE2 (Results 1 – 9 of 9) sorted by relevance
/external/capstone/tests/ |
D | test_iter.c | 42 #define THUMB_CODE2 "\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0" in test() macro 105 (unsigned char *)THUMB_CODE2, in test() 106 sizeof(THUMB_CODE2) - 1, in test()
|
D | test_detail.c | 41 #define THUMB_CODE2 "\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0" in test() macro 108 (unsigned char *)THUMB_CODE2, in test() 109 sizeof(THUMB_CODE2) - 1, in test()
|
D | test_basic.c | 43 #define THUMB_CODE2 "\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0" in test() macro 108 (unsigned char*)THUMB_CODE2, in test() 109 sizeof(THUMB_CODE2) - 1, in test()
|
D | test_arm.c | 201 #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 230 (unsigned char *)THUMB_CODE2, in test() 231 sizeof(THUMB_CODE2) - 1, in test()
|
/external/capstone/bindings/python/ |
D | test_lite.py | 16 THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0" variable 28 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE2, "THUMB-2", 0),
|
D | test_basic.py | 20 THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0" variable 40 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE2, "THUMB-2", 0),
|
D | test_detail.py | 14 THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88" variable 36 (CS_ARCH_ARM, CS_MODE_THUMB, THUMB_CODE2, "THUMB-2", 0),
|
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 113 …pstone.CS_MODE_THUMB, Capstone.CS_OPT_SYNTAX_NOREGNAME, hexString2Byte(THUMB_CODE2), "Thumb-2 & re… in main()
|