Searched refs:remove (Results 1 – 25 of 28) sorted by relevance
12
41 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 …]
78 comp-flags-$2 = $$(filter-out $$(CFLAGS_REMOVE) $$(cflags-remove) \79 $$(cflags-remove-$$(comp-sm-$2)) \80 $$(cflags-remove-$2), \
7 cflags-remove-y += -Wold-style-definition8 cflags-remove-y += -Wswitch-default
15 cflags-remove-arm32_aeabi_divmod.c-y += -pg16 cflags-remove-arm32_aeabi_ldivmod.c-y += -pg17 cflags-remove-arm32_aeabi_shift.c-y += -pg
4 cflags-remove-bget_malloc.c-y += -Wold-style-definition -Wredundant-decls7 cflags-remove-bget_malloc.c-y += $(cflags_kasan)13 cflags-remove-qsort.c-y += -Wcast-align
21 cflags-remove-core_mmu_lpae.c-y += -pg23 cflags-remove-core_mmu_v7.c-y += -pg
71 cflags-remove-thread.c-y += -pg74 cflags-remove-abort.c-y += -pg76 cflags-remove-unwind_arm32.c-y += -pg77 cflags-remove-unwind_arm64.c-$(CFG_ARM64_core) += -pg
58 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
679 po->fops->remove(po); in sec_storage_obj_read()
1 cflags-remove-y += -Wextra
5 cflags-remove-gprof.c-y += -Wcast-align
2 cflags-remove-asan.c-y += $(cflags_kasan)59 cflags-remove-spin_lock_debug.c-$(CFG_TEE_CORE_DEBUG) += -pg
3 cflags-remove-y += -Wcast-align
35 TEE_Result (*remove)(uint32_t file_number); member
46 TEE_Result (*remove)(struct tee_pobj *po); member
67 fops->remove(o->pobj); in tee_obj_verify()
80 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()
1000 .remove = ree_fs_remove,
128 os.remove(ret[0])299 os.remove(f)
33 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
70 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
31 $(filter-out $(CPPFLAGS_REMOVE) $(cppflags-remove), \
80 …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
38 Periodically, the library will remove deprecated functions from the library which will be a breakin…
238 po->fops->remove(po); in sec_storage_obj_read()
Completed in 34 milliseconds