Searched refs:binary (Results 1 – 8 of 8) sorted by relevance
| /scripts/package/debian/ |
| D | rules | 30 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/ |
| D | minmax.cocci | 23 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/ |
| D | tools-support-relr.sh | 21 $OBJCOPY -O binary $tmp_file $tmp_file.bin
|
| D | Makefile.package | 119 deb-pkg: private build-type := source,binary 121 bindeb-pkg: private build-type := binary 130 $(if $(findstring binary, $(build-type)), \
|
| D | Makefile.vmlinux_o | 72 OBJCOPYFLAGS_modules.builtin.modinfo := -j .modinfo -O binary
|
| D | check-uapi.sh | 36 ABIDIFF Custom path to abidiff binary
|
| /scripts/dtc/ |
| D | dtx_diff | 47 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/ |
| D | kvmalloc.cocci | 26 binary operator cmp = {<=, <, ==, >, >=}; 88 binary operator cmp = {<=, <, ==, >, >=};
|