Searched refs:THUMB_MCLASS (Results 1 – 6 of 6) sorted by relevance
/external/capstone/tests/ |
D | test_detail.c | 42 #define THUMB_MCLASS "\xef\xf3\x02\x80" in test() macro 129 (unsigned char*)THUMB_MCLASS, in test() 130 sizeof(THUMB_MCLASS) - 1, in test()
|
D | test_basic.c | 41 #define THUMB_MCLASS "\xef\xf3\x02\x80" in test() macro 129 (unsigned char*)THUMB_MCLASS, in test() 130 sizeof(THUMB_MCLASS) - 1, in test()
|
D | test_arm.c | 202 #define THUMB_MCLASS "\xef\xf3\x02\x80" in test() macro 238 (unsigned char*)THUMB_MCLASS, in test() 239 sizeof(THUMB_MCLASS) - 1, in test()
|
/external/capstone/bindings/python/ |
D | test_basic.py | 21 THUMB_MCLASS = b"\xef\xf3\x02\x80" variable 43 (CS_ARCH_ARM, CS_MODE_THUMB + CS_MODE_MCLASS, THUMB_MCLASS, "Thumb-MClass", 0),
|
D | test_detail.py | 15 THUMB_MCLASS = b"\xef\xf3\x02\x80" variable 37 (CS_ARCH_ARM, CS_MODE_THUMB + CS_MODE_MCLASS, THUMB_MCLASS, "Thumb-MClass", 0),
|
D | test_arm.py | 15 THUMB_MCLASS = b"\xef\xf3\x02\x80" variable 23 (CS_ARCH_ARM, CS_MODE_THUMB + CS_MODE_MCLASS, THUMB_MCLASS, "Thumb-MClass", 0),
|