Home
last modified time | relevance | path

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

123

/linux-4.4.14/arch/powerpc/boot/
DREADME2 To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:
4 objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
5 objcopy -j .kernel:System.map -O binary zImage System.map.gz
6 objcopy -j .kernel:.config -O binary zImage config.gz
7 objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz
Dwrapper40 binary=
214 binary=y
257 binary=y
261 binary=y
265 binary=y
269 binary=y
273 binary=y
277 binary=y
303 binary=y
424 if [ -n "$binary" ]; then
[all …]
/linux-4.4.14/Documentation/
Dinit.txt7 to load the init binary are:
9 B) init binary doesn't exist on rootfs
11 D) binary exists but dependencies not available
12 E) binary cannot be loaded
26 D) e.g. required library dependencies of the init binary such as
29 E) make sure the binary's architecture matches your hardware.
31 In case you tried loading a non-binary file here (shell script?),
35 non-script binary such as /bin/sh and confirm its successful execution.
40 (after all loading the init binary is a CRITICAL and hard transition step
Dbinfmt_misc.txt9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes
17 To actually register a new binary type, you have to set up a string looking like
41 - 'interpreter' is the program that should be invoked with the binary as first
47 the original argv[0] with the full path to the binary. When this
55 'O' - open-binary. Legacy behavior of binfmt_misc is to pass the full path
56 of the binary to the interpreter as an argument. When this flag is
61 emit the contents of the non-readable binary.
65 calculated according to the binary. It also implies the 'O' flag.
67 will run with root permissions when a setuid binary owned by root
82 You may want to add the binary formats in one of your /etc/rc scripts during
[all …]
Dstable_api_nonsense.txt6 This is being written to try to explain why Linux does not have a binary
37 source, hidden source, binary blobs, source wrappers, or any other term
44 So, there are two main topics here, binary kernel interfaces and stable
46 discuss the binary stuff first to get it out of the way.
52 binary interface would naturally happen too, right? Wrong. Please
68 There is no way that binary drivers from one architecture will run
153 tree, what are you, a developer, supposed to do? Releasing a binary
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dparse-torture.sh52 …nerrs=`grep --binary-files=text '!!!' $file | tail -1 | awk '{for (i=NF-8;i<=NF;i++) sum+=$i; } EN…
58 grep --binary-files=text 'torture:.*ver:' $file | grep --binary-files=text -v '(null)' | sed -e 's/…
99 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
Dkvm-recheck-rcu.sh52 …nclosecalls=`grep --binary-files=text 'torture: Reader Batch' $i/console.log | tail -1 | awk '{for…
/linux-4.4.14/scripts/coccinelle/misc/
Dcompare_const_fl.cocci1 /// Move constants to the right of binary operators.
19 binary operator b = {==,!=,&,|};
47 binary operator b;
48 binary operator b1 = {<,<=},b2 = {<,<=};
49 binary operator b3 = {>,>=},b4 = {>,>=};
85 binary operator b = {==,!=,&,|};
111 binary operator b, b1 = {<,<=}, b2 = {<,<=}, b3 = {>,>=}, b4 = {>,>=};
/linux-4.4.14/Documentation/virtual/
Dparavirt_ops.txt5 Historically different binary kernels would be required in order to support
9 allows a single kernel binary to run on all supported execution environments
15 time by enabling binary patching of the low-ops critical operations
24 - indirect call which allows optimization with binary patch
/linux-4.4.14/arch/mips/lasat/image/
DMakefile36 $(OBJCOPY) -O binary -S $^ $@
43 $(LD) -r -o $@ -b binary $<
49 $(OBJCOPY) -O binary -S $^ $@
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-firmware-efi-vars12 GUID. They also have an arbitrary binary value
33 data: A read-only binary file that can be read
40 raw_var: A binary file that can be read to obtain
64 In addition, two other magic binary files are provided
Dsysfs-firmware-opal-elog31 The raw log format is a binary format. We currently
49 raw: A read-only binary file that can be read
/linux-4.4.14/Documentation/input/
Dwalkera0701.txt85 One binary and octal value can be grouped to nibble. 24 nibbles + one binary
90 absolute binary value. (10 bits per channel). Next nibble is checksum for
99 binary value can be sampled. This bit and magic number is not used in
107 calculated by sum of binary values in checked nibbles + sum of octal values
/linux-4.4.14/arch/h8300/boot/compressed/
DMakefile34 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300-linux -T
35 OBJCOPYFLAGS := -O binary
/linux-4.4.14/Documentation/EDID/
DHOWTO.txt22 1680x1050, 1920x1080) as binary blobs, but the kernel source tree does
24 of the built-in binary EDID blobs and to facilitate the creation of
28 To create binary EDID and C source code files from the existing data
53 also is a bit tricky. After a first version of the binary data set is
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-event_source-devices-hv_24x75 Provides access to the binary "24x7 catalog" provided by the
16 also extractable from the provided binary "catalog" sysfs entry.
23 extractable from the provided binary "catalog" sysfs entry.
Dsysfs-kernel-boot_params12 "data" file is the binary representation of struct boot_params.
23 representation of setup_data type. "data" file is the binary
Dsysfs-kernel-fscaps7 when executing a binary
Dsysfs-firmware-log5 The /sys/firmware/log is a binary file that represents a
Dsysfs-firmware-gsmi29 This file takes a binary blob and passes it onto
31 the system eventlog. The binary format is
/linux-4.4.14/Documentation/filesystems/
Dsysfs-pci.txt35 config PCI config space (binary, rw)
42 resource0..N PCI resource N, if present (binary, mmap, rw[1])
43 resource0_wc..N_wc PCI WC map resource N, if prefetchable (binary, mmap)
44 rom PCI ROM resource, if present (binary, ro)
54 binary - file contains binary data
/linux-4.4.14/net/openvswitch/
DKconfig45 Say N to exclude this support and reduce the binary size.
57 Say N to exclude this support and reduce the binary size.
69 Say N to exclude this support and reduce the binary size.
/linux-4.4.14/arch/m32r/boot/compressed/
DMakefile39 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r-linux -T
41 LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r -T
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Dfirmware.txt14 firmware binary. It is a 64-bit number represented
16 - virtual-traps: The virtual traps, taken from the firmware binary.
/linux-4.4.14/Documentation/networking/
DLICENSE.qla3xxx5 distributed with QLogic hardware specific firmware binary file.
10 You may redistribute the hardware specific firmware binary file
17 2. Redistribution in binary form must reproduce the above
Dfore200e.txt36 version. Alternative binary firmware images can be found somewhere on the
51 1. Copy the new firmware binary files (with .bin, .bin1 or .bin2 suffix)
/linux-4.4.14/include/linux/
Dtrace_seq.h80 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary);
99 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument
/linux-4.4.14/arch/sparc/boot/
DMakefile42 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment
55 -r -b binary $@ -o $@.o
/linux-4.4.14/arch/avr32/boot/images/
DMakefile11 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
27 OBJCOPYFLAGS_uImage.srec := -I binary -O srec
/linux-4.4.14/arch/arm/boot/dts/
Dalpine-db.dts8 * Alternatively, redistribution and use in source and binary forms, with or
15 * * Redistributions in binary form must reproduce the above copyright
Dbcm9hmidc.dtsi6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
Dbcm958625k.dts6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
Dbcm911360k.dts6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
Dbcm958305k.dts6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
Dbcm958300k.dts6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
Dbcm911360_entphn.dts6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/Documentation/early-userspace/
DREADME105 kinit is built as a single statically linked binary to save space.
132 some other init binary than listed at the end of init/main.c:init().
135 initrd. The initrd must contain a binary '/linuxrc' which is supposed to
141 This means that a binary must do all the work. Said binary can be stored
143 initrd format, an cpio archive. It must be called "/init". This binary
146 To maintain backwards compatibility, the /init binary will only run if it
/linux-4.4.14/arch/cris/boot/compressed/
DREADME7 by that makefile into text and data binary files, vmlinux.text and
17 the binary file decompress.bin, which is catted together with piggy.img
DMakefile21 OBJCOPYFLAGS = -O binary --remove-section=.bss
/linux-4.4.14/Documentation/fmc/
Didentifiers.txt10 The FRU information is an intricate unreadable binary blob that must
38 generate the FRU binary blob, based on an helper libipmi by Manohar
44 binary file to be burned in your EEPROM, you need the following items:
56 output option is used to save the generated binary to a specific file
66 The following example creates a binary image for a specific board:
71 The following example shows a script that builds several binary EEPROM
141 running gensdbfs on that directory you can output your binary EEPROM
/linux-4.4.14/arch/c6x/boot/
DMakefile5 OBJCOPYFLAGS_vmlinux.bin := -O binary
/linux-4.4.14/arch/blackfin/
DClear_BSD.txt5 Redistribution and use in source and binary forms, with or without
12 * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/arm64/boot/dts/broadcom/
Dns2-svk.dts6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
Dns2.dtsi6 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dqoriq-gpio-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-qman1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-mpic-timer-B.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp1010rdb-pa_36b.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-espi-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-mpic-message-B.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-esdhc-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-sata2-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-gpio-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-qman3.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-usb2-dr-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-sata2-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Db4420qds.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-usb2-dr-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-espi-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt1040rdb.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqonverge-usb2-dr-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-usb2-dr-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-gpio-3.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt1042qds.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt1042rdb.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec2-grp2-2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt1040d4rdb.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-esdhc-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-bman1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec2-grp2-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt2081qds.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec2-grp2-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-sata2-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-gpio-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-gpio-2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt1040qds.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-i2c-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-usb2-mph-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec1-timer-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt1042si-post.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-i2c-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-sata2-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-sec3.1-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-duart-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec2-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dbsc9131si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec1-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt1042d4rdb.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-sec3.3-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec2-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-duart-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dmpc8548si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dmpc8569si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt2080qds.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-i2c-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp1020si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Db4860qds.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-i2c-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt1042rdb_pi.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec1-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp1021si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dmpc8536si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dmpc8568si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dbsc9132si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec2-2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-sec3.0-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dmpc8572si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp1010si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-duart-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp1010rdb-pb_36b.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dmpc8544si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-sec2.1-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec1-3.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dc293si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dinterlaken-lac.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-etsec1-2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt2080rdb.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-1-1g-2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-1-1g-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-0-1g-2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-dma-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Db4420si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-0-10g-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-mpic.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-1-1g-4.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-1-1g-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt2080si-post.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-0-1g-4.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-0-1g-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-1-1g-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-dma-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-1-10g-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-0-10g-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp1023si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-1-1g-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-dma-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-1-1g-3.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-rmu-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-0-10g-0-best-effort.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-0-1g-5.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp2020si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp1022si-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
De500v2_power_isa.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-0-10g-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-0-1g-4.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-rmu-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-0-1g-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-1-1g-5.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-0-10g-1-best-effort.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-dma-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-0-1g-3.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-1-1g-3.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-1-10g-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-0-1g-2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-0-1g-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-1-1g-4.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-1-10g-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-sec6.0-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman-1-1g-2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-0-1g-3.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-fman3-0-1g-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Delo3-dma-1.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dbsc9131rdb.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp1010rdb-pa.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dpq3-sec4.4-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-clockgen2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
De5500_power_isa.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp1010rdb_32b.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Delo3-dma-2.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-mpic.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
De500mc_power_isa.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt102xsi-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Delo3-dma-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dp1020utm-pc_32b.dts6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dqoriq-raid1.0-0.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
Dt208xsi-pre.dtsi6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/mips/boot/compressed/
DMakefile48 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S
115 OBJCOPYFLAGS_vmlinuz.bin := $(OBJCOPYFLAGS) -O binary
/linux-4.4.14/firmware/
DWHENCE48 drops binary dsp code images on our heads, but we don't get to see
131 Converted from Intel HEX files, used in our binary representation of ihex.
146 in text or binary form as required.
165 Compiled from original 8051 source into Intel HEX, used in our binary ihex form.
179 Converted from Intel HEX files, used in our binary representation of ihex.
193 * in text or binary form as required.
220 Converted from Intel HEX files, used in our binary representation of ihex.
247 Licence: "all firmware components are redistributable in binary form"
272 Converted from Intel HEX files, used in our binary representation of ihex.
298 * Redistribution and use in source and binary forms, with or without
[all …]
/linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/
DMakefile10 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
/linux-4.4.14/kernel/trace/
Dtrace_seq.c177 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument
186 seq_buf_bprintf(&s->seq, fmt, binary); in trace_seq_bprintf()
/linux-4.4.14/arch/sh/boot/
DMakefile101 OBJCOPYFLAGS_vmlinux.srec := -I binary -O srec
105 OBJCOPYFLAGS_uImage.srec := -I binary -O srec
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dqe.txt74 This node defines a firmware binary that is embedded in the device tree, for
78 The firmware node itself contains the firmware binary contents, a compatible
99 binary "blob".
/linux-4.4.14/arch/nios2/boot/compressed/
DMakefile16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
/linux-4.4.14/arch/cris/boot/
DMakefile8 OBJCOPYFLAGS = -O binary $(objcopyflags-y)
/linux-4.4.14/net/bridge/
DKconfig46 Say N to exclude this support and reduce the binary size.
60 Say N to exclude this support and reduce the binary size.
/linux-4.4.14/lib/
Dseq_buf.c112 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf() argument
120 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in seq_buf_bprintf()
/linux-4.4.14/arch/um/kernel/
Dconfig.c.in24 " Prints the config file that this UML binary was generated from.\n\n"
/linux-4.4.14/arch/alpha/lib/
Dstrcat.S37 and $2, 0xf0, $3 # binary search for that set bit
/linux-4.4.14/Documentation/i2c/
Dslave-eeprom-backend12 As of 2015, Linux doesn't support poll on binary sysfs files, so there is no
/linux-4.4.14/arch/mn10300/boot/compressed/
DMakefile19 LDFLAGS_piggy.o := -r --format binary --oformat elf32-am33lin -T
/linux-4.4.14/arch/x86/crypto/
Dcrct10dif-pcl-asm_64.S18 # Redistribution and use in source and binary forms, with or without
25 # * Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/arch/h8300/boot/
DMakefile8 OBJCOPYFLAGS_zImage := -O binary -R .note -R .comment -R .stab -R .stabstr -S
/linux-4.4.14/Documentation/features/vm/ELF-ASLR/
Darch-support.txt4 # description: arch randomizes the stack, heap and binary images of ELF binaries
/linux-4.4.14/arch/openrisc/
DMakefile23 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/linux-4.4.14/arch/sh/boot/romimage/
DMakefile27 LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T
/linux-4.4.14/arch/xtensa/boot/
DMakefile34 OBJCOPYFLAGS = --strip-all -R .comment -R .note.gnu.build-id -O binary
/linux-4.4.14/arch/arc/boot/
DMakefile7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-4.4.14/arch/unicore32/
DMakefile21 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-4.4.14/Documentation/scsi/
DLICENSE.FlashPoint28 Redistribution and use in source and binary forms, with or without
42 2. Redistributions in binary form must reproduce the above copyright
/linux-4.4.14/drivers/staging/lustre/
DREADME.txt24 After you installed the lustre-client tools including mount.lustre binary
82 Latest binary packages:

123