HomeSort by relevance Sort by last modified time
    Searched refs:GetCNAVar (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/make/
AppleBI.mk 47 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
56 $(call GetCNAVar,CC,Platform.darwin_bni,Release,$*) \
66 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
82 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
89 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
97 $(call GetCNAVar,AR,Platform.darwin_bni,Release,) -d $@ $${DEL_LIST}; \
98 $(call GetCNAVar,RANLIB,Platform.darwin_bni,Release,) $@ ; \
104 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
lib_util.mk 5 # Function: GetCNAVar variable-name platform-key config arch
8 GetCNAVar = $(strip \
  /external/compiler-rt/
Makefile 135 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
175 $(call GetCNAVar,FUNCTIONS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
177 $(call GetCNAVar,OPTIMIZED,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
179 $(call GetCNAVar,AR,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
181 $(call GetCNAVar,ARFLAGS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
183 $(call GetCNAVar,CC,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
185 $(call GetCNAVar,LDFLAGS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
187 $(call GetCNAVar,RANLIB,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
189 $(call GetCNAVar,RANLIBFLAGS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
191 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))
    [all...]
  /frameworks/compile/libbcc/runtime/
Makefile 167 $(call GetCNAVar,FUNCTIONS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
169 $(call GetCNAVar,OPTIMIZED,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
171 $(call GetCNAVar,AR,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
173 $(call GetCNAVar,ARFLAGS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
175 $(call GetCNAVar,RANLIB,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
177 $(call GetCNAVar,RANLIBFLAGS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
208 $(call GetCNAVar,CC,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
213 $(call GetCNAVar,CFLAGS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
  /frameworks/compile/libbcc/runtime/make/
lib_util.mk 5 # Function: GetCNAVar variable-name platform-key config arch
8 GetCNAVar = $(strip \

Completed in 711 milliseconds