Home
last modified time | relevance | path

Searched refs:strict (Results 1 - 21 of 21) sorted by relevance

/device/soc/hisilicon/common/platform/hisi_sdk/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/dmac/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/adc/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/pin/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/pwm/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/gpio/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/i2c/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/watchdog/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/timer/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/rtc/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/spi/
H A DMakefile25 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/wifi/hi3881v100/
H A DMakefile34 LOCAL_CFLAGS += -fstack-protector-strong -fno-common -fsigned-char -fno-strict-aliasing
/device/soc/hisilicon/common/platform/i2s/
H A DMakefile27 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/mtd/
H A DMakefile36 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/common/platform/mmc/
H A DMakefile36 LOCAL_CFLAGS += -fstack-protector-strong -Wextra -Wall -Werror -fsigned-char -fno-strict-aliasing -fno-common
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dconfig.mk61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
278 CCFLAGS += -fsanitize=kernel-address -fasan-shadow-offset=1835008 --param asan-stack=1 -fsanitize=bounds-strict
281 CCFLAGS += -fsanitize=kernel-address -fasan-shadow-offset=1835008 --param asan-stack=1 -fsanitize=bounds-strict
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/
H A Dconfig.mk61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
278 CCFLAGS += -fsanitize=kernel-address -fasan-shadow-offset=1835008 --param asan-stack=1 -fsanitize=bounds-strict
281 CCFLAGS += -fsanitize=kernel-address -fasan-shadow-offset=1835008 --param asan-stack=1 -fsanitize=bounds-strict
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/
H A DMakefile52 HI1131_HOST_CFLAGS += -Wextra -fsigned-char -fno-strict-aliasing -Wdate-time \
/device/soc/rockchip/common/sdk_linux/
H A DMakefile498 KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \
499 -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \
972 KBUILD_CFLAGS += -fno-strict-overflow
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c3096 bool strict) in check_pkt_ptr_alignment()
3102 if (!strict || size == 1) { in check_pkt_ptr_alignment()
3110 * to this code only in strict mode where we want to emulate in check_pkt_ptr_alignment()
3129 const char *pointer_desc, int off, int size, bool strict) in check_generic_ptr_alignment()
3134 if (!strict || size == 1) { in check_generic_ptr_alignment()
3153 bool strict = env->strict_alignment || strict_alignment_once; in check_ptr_alignment() local
3162 return check_pkt_ptr_alignment(env, reg, off, size, strict); in check_ptr_alignment()
3178 strict = true; in check_ptr_alignment()
3195 return check_generic_ptr_alignment(env, reg, pointer_desc, off, size, strict); in check_ptr_alignment()
9192 * more strict registe
3095 check_pkt_ptr_alignment(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int off, int size, bool strict) check_pkt_ptr_alignment() argument
3128 check_generic_ptr_alignment(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, const char *pointer_desc, int off, int size, bool strict) check_generic_ptr_alignment() argument
[all...]
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm4311 add_cflags -fno-strict-overflow -fstack-protector-all

Completed in 28 milliseconds