Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 10 of 10) sorted by relevance

/scripts/
A DMakefile.host24 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
25 host-cshlib := $(sort $(hostlibs-y) $(hostlibs-m))
26 host-cxxshlib := $(sort $(hostcxxlibs-y) $(hostcxxlibs-m))
42 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
50 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
53 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs))))
54 host-cxxshobjs := $(sort $(foreach m,$(host-cxxshlib),$($(m:.so=-objs))))
A DMakefile.lib21 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
42 subdir-ym := $(sort $(subdir-y) $(subdir-m))
47 multi-search = $(sort $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $m)))
52 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
53 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-…
55 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
113 modname-multi = $(subst $(space),:,$(sort $(foreach m,$(multi-used),\
A DMakefile.clean29 subdir-ym := $(sort $(subdir-y) $(subdir-m))
30 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
A Dgen_ll_addressable_symbols.sh15 -e '__stack_chk_guard' | sort -u | \
A Dget_default_envs.sh39 tr '\0' '\n' < ${ENV_OBJ_FILE_COPY} | sed -e '/^\s*$/d' | sort --field-separator== -k1,1 --stable
A Dmailmapper159 output_lines.sort()
A DMakefile.build415 $(sort $(subdir-obj-y)): $(subdir-ym) ;
524 existing-targets := $(wildcard $(sort $(targets)))
529 obj-dirs := $(sort $(obj) $(patsubst %/,%, $(dir $(targets))))
531 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
A Dcoccicheck251 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
A DMakefile.xpl543 $(sort $(u-boot-spl-init) $(u-boot-spl-main)): $(u-boot-spl-dirs) ;
562 targets := $(wildcard $(sort $(targets)))
/scripts/dtc/
A Ddtc.c173 bool force = false, sort = false; in main() local
245 sort = true; in main()
339 if (sort) in main()

Completed in 13 milliseconds