Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/mk/
A Dsubdir.mk41 cflags-remove-$$(oname) := $$(cflags-remove-y) \
44 cxxflags-remove-$$(oname) := $$(cxxflags-remove-y) \
47 cppflags-remove-$$(oname) := $$(cppflags-remove-y) \
50 aflags-remove-$$(oname) := $$(aflags-remove-y) \
94 cflags-remove-$$(oname) := $$(cflags-remove-y) \
97 cxxflags-remove-$$(oname) := $$(cxxflags-remove-y) \
100 cppflags-remove-$$(oname) := $$(cppflags-remove-y) \
103 aflags-remove-$$(oname) := $$(aflags-remove-y) \
165 cflags-remove-y :=
166 cxxflags-remove-y :=
[all …]
A Dcompile.mk78 comp-flags-$2 = $$(filter-out $$(CFLAGS_REMOVE) $$(cflags-remove) \
79 $$(cflags-remove-$$(comp-sm-$2)) \
80 $$(cflags-remove-$2), \
/optee_os-3.20.0/core/lib/zlib/
A Dsub.mk7 cflags-remove-y += -Wold-style-definition
8 cflags-remove-y += -Wswitch-default
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/
A Dsub.mk15 cflags-remove-arm32_aeabi_divmod.c-y += -pg
16 cflags-remove-arm32_aeabi_ldivmod.c-y += -pg
17 cflags-remove-arm32_aeabi_shift.c-y += -pg
/optee_os-3.20.0/lib/libutils/isoc/
A Dsub.mk4 cflags-remove-bget_malloc.c-y += -Wold-style-definition -Wredundant-decls
7 cflags-remove-bget_malloc.c-y += $(cflags_kasan)
13 cflags-remove-qsort.c-y += -Wcast-align
/optee_os-3.20.0/core/arch/arm/mm/
A Dsub.mk21 cflags-remove-core_mmu_lpae.c-y += -pg
23 cflags-remove-core_mmu_v7.c-y += -pg
/optee_os-3.20.0/core/arch/arm/kernel/
A Dsub.mk71 cflags-remove-thread.c-y += -pg
74 cflags-remove-abort.c-y += -pg
76 cflags-remove-unwind_arm32.c-y += -pg
77 cflags-remove-unwind_arm64.c-$(CFG_ARM64_core) += -pg
A Dlink.mk58 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
A Dstmm_sp.c679 po->fops->remove(po); in sec_storage_obj_read()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/utf8/
A Dsub.mk1 cflags-remove-y += -Wextra
/optee_os-3.20.0/lib/libutee/arch/arm/gprof/
A Dsub.mk5 cflags-remove-gprof.c-y += -Wcast-align
/optee_os-3.20.0/core/kernel/
A Dsub.mk2 cflags-remove-asan.c-y += $(cflags_kasan)
59 cflags-remove-spin_lock_debug.c-$(CFG_TEE_CORE_DEBUG) += -pg
/optee_os-3.20.0/lib/libutils/isoc/newlib/
A Dsub.mk3 cflags-remove-y += -Wcast-align
/optee_os-3.20.0/core/include/tee/
A Dtadb.h35 TEE_Result (*remove)(uint32_t file_number); member
A Dtee_fs.h46 TEE_Result (*remove)(struct tee_pobj *po); member
/optee_os-3.20.0/core/tee/
A Dtee_obj.c67 fops->remove(o->pobj); in tee_obj_verify()
A Dtee_svc_storage.c80 o->pobj->fops->remove(o->pobj); in tee_svc_storage_remove_corrupt_obj()
414 fops->remove(po); in syscall_storage_obj_create()
449 res = o->pobj->fops->remove(o->pobj); in syscall_storage_obj_del()
A Dtee_ree_fs.c1000 .remove = ree_fs_remove,
/optee_os-3.20.0/scripts/
A Dget_maintainer.py128 os.remove(ret[0])
299 os.remove(f)
/optee_os-3.20.0/ldelf/
A Dlink.mk33 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
/optee_os-3.20.0/ta/arch/arm/
A Dlink.mk70 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
/optee_os-3.20.0/core/arch/riscv/kernel/
A Dlink.mk31 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DREADME.md80 …s in `library/`, `programs/` and `tests/` for options to manually add or remove for specific platf…
136 remove the build directory and create it again.
146 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the
A DCONTRIBUTING.md38 Periodically, the library will remove deprecated functions from the library which will be a breakin…
/optee_os-3.20.0/core/pta/
A Dattestation.c238 po->fops->remove(po); in sec_storage_obj_read()

Completed in 34 milliseconds

12