capstone/include
vit9696 4a757e129f Several changes for size reduction (#929)
* Support CAPSTONE_STATIC with __GNUC__ compilers

* Allow custom export rules

* Make CAPSTONE_SHARED the default visibility option with GNUC (avoids behaviour changes)

* Reduce capstone static build size (mainly for kernel usage)

* Allow basic cs_detail support in diet mode

* Fixed valid_bnd unused function warning

* Do not disable cs_detail generation in CAPSTONE_DIET, use CAPSTONE_NO_DETAIL for that.

* Reverted CAPSTONE_NO_DETAIL at least until capstone supports more flexible configuration

* Added a missing endif

* Disallow custom export rules
2017-05-24 13:07:11 +08:00
..
arm.h fix annotation. 2016-09-07 09:37:14 +08:00
arm64.h arm64: rename enum arm64_mrs_reg to arm64_sysreg 2017-02-22 15:34:30 +08:00
capstone.h Several changes for size reduction (#929) 2017-05-24 13:07:11 +08:00
mips.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00
platform.h fix some warnings on VS2010 on redefining INTxx_MIN, INTxx_MAX 2017-03-06 14:40:30 +08:00
ppc.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00
sparc.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00
systemz.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00
x86.h x86: fix X86_REL_ADDR macro - handle two-byte jump instructions 2016-11-21 16:40:42 +01:00
xcore.h skip stdint.h when not available 2016-04-11 08:48:28 -07:00