Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 34) sorted by relevance

12

/optee_os/lib/libmbedtls/mbedtls/
H A D.uncrustify.cfg33 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 DREADME.md113 …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 Dsubdir.mk30 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 Dcompile.mk80 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 Dsub.mk7 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 Dsub.mk14 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 Dsub.mk27 cflags-remove-thread_arch.c-y += -pg
30 cflags-remove-abort.c-y += -pg
32 cflags-remove-unwind_rv.c-y += -pg
H A Dlink.mk31 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
/optee_os/core/arch/arm/mm/
H A Dsub.mk17 cflags-remove-core_mmu_lpae.c-y += -pg
19 cflags-remove-core_mmu_v7.c-y += -pg
/optee_os/lib/libutils/isoc/
H A Dsub.mk4 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 Dsub.mk80 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 Dsub.mk2 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 Dci-host-cleanup.sh32 sudo apt-get remove -y --purge --allow-change-held-packages \
33 --allow-remove-essential --no-install-recommends \
H A Dget_maintainer.py128 os.remove(ret[0])
299 os.remove(f)
/optee_os/core/arch/riscv/mm/
H A Dsub.mk9 cflags-remove-core_mmu_arch.c-y += -pg
/optee_os/lib/libutee/arch/arm/gprof/
H A Dsub.mk5 cflags-remove-gprof.c-y += -Wcast-align
/optee_os/lib/libutils/ext/
H A Dsub.mk22 cflags-remove-ubsan.c-y += -fsanitize=undefined
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_its_file.c234 (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 Dsub.mk3 cflags-remove-y += -Wcast-align
/optee_os/core/include/tee/
H A Dtadb.h35 TEE_Result (*remove)(uint32_t file_number); member
H A Dtee_fs.h49 TEE_Result (*remove)(struct tee_pobj *po); member
/optee_os/core/tee/
H A Dtee_obj.c66 fops->remove(o->pobj); in tee_obj_verify()
H A Dtee_svc_storage.c78 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 Dlink.mk33 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
/optee_os/ta/
H A Dlink.mk79 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \

12