Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 8 of 8) sorted by relevance

/scripts/package/debian/
Drules30 binary-targets := $(addprefix binary-, image image-dbg headers libc-dev)
38 mk-files = $(patsubst binary-%,debian/%.files,$1)
39 package = $($(@:binary-%=%-package))
46 define binary macro
60 .PHONY: $(binary-targets)
61 $(binary-targets): build-arch
63 $(if $(package),$(binary))
65 .PHONY: binary binary-indep binary-arch
66 binary: binary-arch binary-indep target
67 binary-indep: build-indep
[all …]
/scripts/coccinelle/misc/
Dminmax.cocci23 binary operator cmp = {>, >=};
38 binary operator cmp = {>, >=};
58 binary operator cmp = {<, <=};
71 binary operator cmp = {<, <=};
86 binary operator cmp = {<, <=};
104 binary operator cmp = {>=, >};
119 binary operator cmp = {>=, >};
137 binary operator cmp = {<=, <};
153 binary operator cmp = {<=, <};
/scripts/
Dtools-support-relr.sh21 $OBJCOPY -O binary $tmp_file $tmp_file.bin
DMakefile.package119 deb-pkg: private build-type := source,binary
121 bindeb-pkg: private build-type := binary
130 $(if $(findstring binary, $(build-type)), \
DMakefile.vmlinux_o72 OBJCOPYFLAGS_modules.builtin.modinfo := -j .modinfo -O binary
Dcheck-uapi.sh36 ABIDIFF Custom path to abidiff binary
/scripts/dtc/
Ddtx_diff47 If DTx contains the binary blob magic value in the first four bytes,
48 it is treated as a binary blob (aka .dtb or FDT).
/scripts/coccinelle/api/
Dkvmalloc.cocci26 binary operator cmp = {<=, <, ==, >, >=};
88 binary operator cmp = {<=, <, ==, >, >=};