| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | .uncrustify.cfg | 33 nl_enum_brace = remove 34 nl_union_brace = remove 35 nl_struct_brace = remove 36 nl_do_brace = remove 37 nl_if_brace = remove 38 nl_for_brace = remove 39 nl_else_brace = remove 40 nl_while_brace = remove 41 nl_switch_brace = remove 44 nl_brace_else = remove [all …]
|
| H A D | README.md | 113 …s in `library/`, `programs/` and `tests/` for options to manually add or remove for specific platf… 169 remove the build directory and create it again. 179 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the
|
| /optee_os/mk/ |
| H A D | subdir.mk | 30 cflags-remove-$(2) := $$(cflags-remove-y) $$(cflags-remove-$(1)-y) 32 cxxflags-remove-$(2) := $$(cxxflags-remove-y) $$(cxxflags-remove-$(1)-y) 34 cppflags-remove-$(2) := $$(cppflags-remove-y) $$(cppflags-remove-$(1)-y) 36 aflags-remove-$(2) := $$(aflags-remove-y) $$(aflags-remove-$(1)-y) 41 cflags-remove-$(1)-y := 44 cxxflags-remove-$(1)-y := 47 cppflags-remove-$(1)-y := 50 aflags-remove-$(1)-y := 166 cflags-remove-y := 167 cxxflags-remove-y := [all …]
|
| H A D | compile.mk | 80 comp-flags-$2 = $$(filter-out $$(CFLAGS_REMOVE) $$(cflags-remove) \ 81 $$(cflags-remove-$$(comp-sm-$2)) \ 82 $$(cflags-remove-$2), \
|
| /optee_os/core/lib/zlib/ |
| H A D | sub.mk | 7 cflags-remove-y += -Wold-style-definition 8 cflags-remove-y += -Wswitch-default 9 cflags-remove-y += -Wstrict-prototypes
|
| /optee_os/lib/libutils/isoc/arch/arm/ |
| H A D | sub.mk | 14 cflags-remove-arm32_aeabi_divmod.c-y += -pg 15 cflags-remove-arm32_aeabi_ldivmod.c-y += -pg 16 cflags-remove-arm32_aeabi_shift.c-y += -pg
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | sub.mk | 27 cflags-remove-thread_arch.c-y += -pg 30 cflags-remove-abort.c-y += -pg 32 cflags-remove-unwind_rv.c-y += -pg
|
| H A D | link.mk | 31 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
|
| /optee_os/core/arch/arm/mm/ |
| H A D | sub.mk | 17 cflags-remove-core_mmu_lpae.c-y += -pg 19 cflags-remove-core_mmu_v7.c-y += -pg
|
| /optee_os/lib/libutils/isoc/ |
| H A D | sub.mk | 4 cflags-remove-bget_malloc.c-y += -Wold-style-definition -Wredundant-decls 8 cflags-remove-bget_malloc.c-y += $(cflags_kasan) 14 cflags-remove-qsort.c-y += -Wcast-align
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | sub.mk | 80 cflags-remove-thread.c-y += -pg 83 cflags-remove-abort.c-y += -pg 85 cflags-remove-unwind_arm32.c-y += -pg 86 cflags-remove-unwind_arm64.c-$(CFG_ARM64_core) += -pg
|
| /optee_os/core/kernel/ |
| H A D | sub.mk | 2 cflags-remove-asan.c-y += $(cflags_kasan) 3 cflags-remove-asan.c-y += $(finstrument-functions) 64 cflags-remove-spin_lock_debug.c-$(CFG_TEE_CORE_DEBUG) += -pg
|
| /optee_os/scripts/ |
| H A D | ci-host-cleanup.sh | 32 sudo apt-get remove -y --purge --allow-change-held-packages \ 33 --allow-remove-essential --no-install-recommends \
|
| H A D | get_maintainer.py | 128 os.remove(ret[0]) 299 os.remove(f)
|
| /optee_os/core/arch/riscv/mm/ |
| H A D | sub.mk | 9 cflags-remove-core_mmu_arch.c-y += -pg
|
| /optee_os/lib/libutee/arch/arm/gprof/ |
| H A D | sub.mk | 5 cflags-remove-gprof.c-y += -Wcast-align
|
| /optee_os/lib/libutils/ext/ |
| H A D | sub.mk | 22 cflags-remove-ubsan.c-y += -fsanitize=undefined
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_its_file.c | 234 (void) remove(PSA_ITS_STORAGE_TEMP); in psa_its_set() 248 if (remove(filename) != 0) { in psa_its_remove()
|
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | sub.mk | 3 cflags-remove-y += -Wcast-align
|
| /optee_os/core/include/tee/ |
| H A D | tadb.h | 35 TEE_Result (*remove)(uint32_t file_number); member
|
| H A D | tee_fs.h | 49 TEE_Result (*remove)(struct tee_pobj *po); member
|
| /optee_os/core/tee/ |
| H A D | tee_obj.c | 66 fops->remove(o->pobj); in tee_obj_verify()
|
| H A D | tee_svc_storage.c | 78 o->pobj->fops->remove(o->pobj); in remove_corrupt_obj() 434 fops->remove(po); in syscall_storage_obj_create() 469 res = o->pobj->fops->remove(o->pobj); in syscall_storage_obj_del()
|
| /optee_os/ldelf/ |
| H A D | link.mk | 33 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
|
| /optee_os/ta/ |
| H A D | link.mk | 79 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
|