HomeSort by relevance Sort by last modified time
    Searched refs:CAPSTONE_USE_SYS_DYN_MEM (Results 1 - 4 of 4) sorted by null

  /external/capstone/
config.mk 11 # Comment out the line below ('CAPSTONE_USE_SYS_DYN_MEM = yes'), or change it to
12 # 'CAPSTONE_USE_SYS_DYN_MEM = no' if do NOT use malloc/calloc/realloc/free/
18 CAPSTONE_USE_SYS_DYN_MEM ?= yes
79 # enable OS X kernel embedding support. If 'CAPSTONE_USE_SYS_DYN_MEM = yes',
make.sh 152 "debug" ) CAPSTONE_USE_SYS_DYN_MEM=yes CAPSTONE_STATIC=yes CFLAGS='-O0 -g -fsanitize=address' LDFLAGS='-fsanitize=address' build $*;;
167 "osx-kernel" ) CAPSTONE_USE_SYS_DYN_MEM=yes CAPSTONE_HAS_OSXKERNEL=yes CAPSTONE_ARCHS=x86 CAPSTONE_SHARED=no CAPSTONE_BUILD_CORE_ONLY=yes build $*;;
Makefile 42 ifeq ($(CAPSTONE_USE_SYS_DYN_MEM),yes)
267 # However, this is not really necessary because 'CAPSTONE_USE_SYS_DYN_MEM=yes' by default
269 ifneq ($(CAPSTONE_USE_SYS_DYN_MEM),yes)
cs.c 105 #if defined(CAPSTONE_USE_SYS_DYN_MEM)
504 #ifdef CAPSTONE_USE_SYS_DYN_MEM

Completed in 167 milliseconds