/linux-4.4.14/arch/powerpc/boot/ |
D | README | 2 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
|
D | wrapper | 40 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/ |
D | init.txt | 7 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
|
D | binfmt_misc.txt | 9 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 …]
|
D | stable_api_nonsense.txt | 6 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/ |
D | parse-torture.sh | 52 …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…
|
D | kvm-recheck-rcu.sh | 52 …nclosecalls=`grep --binary-files=text 'torture: Reader Batch' $i/console.log | tail -1 | awk '{for…
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | compare_const_fl.cocci | 1 /// 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/ |
D | paravirt_ops.txt | 5 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/ |
D | Makefile | 36 $(OBJCOPY) -O binary -S $^ $@ 43 $(LD) -r -o $@ -b binary $< 49 $(OBJCOPY) -O binary -S $^ $@
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-efi-vars | 12 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
|
D | sysfs-firmware-opal-elog | 31 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/ |
D | walkera0701.txt | 85 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/ |
D | Makefile | 34 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300-linux -T 35 OBJCOPYFLAGS := -O binary
|
/linux-4.4.14/Documentation/EDID/ |
D | HOWTO.txt | 22 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/ |
D | sysfs-bus-event_source-devices-hv_24x7 | 5 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.
|
D | sysfs-kernel-boot_params | 12 "data" file is the binary representation of struct boot_params. 23 representation of setup_data type. "data" file is the binary
|
D | sysfs-kernel-fscaps | 7 when executing a binary
|
D | sysfs-firmware-log | 5 The /sys/firmware/log is a binary file that represents a
|
D | sysfs-firmware-gsmi | 29 This file takes a binary blob and passes it onto 31 the system eventlog. The binary format is
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysfs-pci.txt | 35 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/ |
D | Kconfig | 45 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/ |
D | Makefile | 39 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/ |
D | firmware.txt | 14 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/ |
D | LICENSE.qla3xxx | 5 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
|
D | fore200e.txt | 36 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/ |
D | trace_seq.h | 80 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/ |
D | Makefile | 42 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment 55 -r -b binary $@ -o $@.o
|
/linux-4.4.14/arch/avr32/boot/images/ |
D | Makefile | 11 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/ |
D | alpine-db.dts | 8 * Alternatively, redistribution and use in source and binary forms, with or 15 * * Redistributions in binary form must reproduce the above copyright
|
D | bcm9hmidc.dtsi | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
D | bcm958625k.dts | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
D | bcm911360k.dts | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
D | bcm958305k.dts | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
D | bcm958300k.dts | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
D | bcm911360_entphn.dts | 6 * 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/ |
D | README | 105 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/ |
D | README | 7 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
|
D | Makefile | 21 OBJCOPYFLAGS = -O binary --remove-section=.bss
|
/linux-4.4.14/Documentation/fmc/ |
D | identifiers.txt | 10 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/ |
D | Makefile | 5 OBJCOPYFLAGS_vmlinux.bin := -O binary
|
/linux-4.4.14/arch/blackfin/ |
D | Clear_BSD.txt | 5 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/ |
D | ns2-svk.dts | 6 * Redistribution and use in source and binary forms, with or without 12 * * Redistributions in binary form must reproduce the above copyright
|
D | ns2.dtsi | 6 * 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/ |
D | qoriq-gpio-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-qman1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-mpic-timer-B.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p1010rdb-pa_36b.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-espi-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-mpic-message-B.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-esdhc-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-sata2-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-gpio-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-qman3.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-usb2-dr-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-sata2-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | b4420qds.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-usb2-dr-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-espi-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t1040rdb.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qonverge-usb2-dr-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-usb2-dr-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-gpio-3.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t1042qds.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t1042rdb.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec2-grp2-2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t1040d4rdb.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-esdhc-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-bman1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec2-grp2-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t2081qds.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec2-grp2-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-sata2-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-gpio-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-gpio-2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t1040qds.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-i2c-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-usb2-mph-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec1-timer-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t1042si-post.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-i2c-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-sata2-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-sec3.1-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-duart-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec2-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | bsc9131si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec1-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t1042d4rdb.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-sec3.3-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec2-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-duart-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | mpc8548si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | mpc8569si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t2080qds.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-i2c-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p1020si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | b4860qds.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-i2c-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t1042rdb_pi.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec1-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p1021si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | mpc8536si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | mpc8568si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | bsc9132si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec2-2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-sec3.0-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | mpc8572si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p1010si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-duart-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p1010rdb-pb_36b.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | mpc8544si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-sec2.1-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec1-3.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | c293si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | interlaken-lac.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-etsec1-2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t2080rdb.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-1-1g-2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-1-1g-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-0-1g-2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-dma-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | b4420si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-0-10g-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-mpic.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-1-1g-4.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-1-1g-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t2080si-post.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-0-1g-4.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-0-1g-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-1-1g-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-dma-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-1-10g-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-0-10g-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p1023si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-1-1g-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-dma-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-1-1g-3.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-rmu-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-0-10g-0-best-effort.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-0-1g-5.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p2020si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p1022si-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | e500v2_power_isa.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-0-10g-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-0-1g-4.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-rmu-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-0-1g-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-1-1g-5.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-0-10g-1-best-effort.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-dma-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-0-1g-3.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-1-1g-3.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-1-10g-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-0-1g-2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-0-1g-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-1-1g-4.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-1-10g-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-sec6.0-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman-1-1g-2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-0-1g-3.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-fman3-0-1g-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | elo3-dma-1.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | bsc9131rdb.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p1010rdb-pa.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | pq3-sec4.4-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-clockgen2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | e5500_power_isa.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p1010rdb_32b.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | elo3-dma-2.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-mpic.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | e500mc_power_isa.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t102xsi-pre.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | elo3-dma-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | p1020utm-pc_32b.dts | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | qoriq-raid1.0-0.dtsi | 6 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
D | t208xsi-pre.dtsi | 6 * 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/ |
D | Makefile | 48 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S 115 OBJCOPYFLAGS_vmlinuz.bin := $(OBJCOPYFLAGS) -O binary
|
/linux-4.4.14/firmware/ |
D | WHENCE | 48 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/ |
D | Makefile | 10 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
|
/linux-4.4.14/kernel/trace/ |
D | trace_seq.c | 177 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/ |
D | Makefile | 101 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/ |
D | qe.txt | 74 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/ |
D | Makefile | 16 LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T
|
/linux-4.4.14/arch/cris/boot/ |
D | Makefile | 8 OBJCOPYFLAGS = -O binary $(objcopyflags-y)
|
/linux-4.4.14/net/bridge/ |
D | Kconfig | 46 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/ |
D | seq_buf.c | 112 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/ |
D | config.c.in | 24 " Prints the config file that this UML binary was generated from.\n\n"
|
/linux-4.4.14/arch/alpha/lib/ |
D | strcat.S | 37 and $2, 0xf0, $3 # binary search for that set bit
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-eeprom-backend | 12 As of 2015, Linux doesn't support poll on binary sysfs files, so there is no
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
D | Makefile | 19 LDFLAGS_piggy.o := -r --format binary --oformat elf32-am33lin -T
|
/linux-4.4.14/arch/x86/crypto/ |
D | crct10dif-pcl-asm_64.S | 18 # 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/ |
D | Makefile | 8 OBJCOPYFLAGS_zImage := -O binary -R .note -R .comment -R .stab -R .stabstr -S
|
/linux-4.4.14/Documentation/features/vm/ELF-ASLR/ |
D | arch-support.txt | 4 # description: arch randomizes the stack, heap and binary images of ELF binaries
|
/linux-4.4.14/arch/openrisc/ |
D | Makefile | 23 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
|
/linux-4.4.14/arch/sh/boot/romimage/ |
D | Makefile | 27 LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T
|
/linux-4.4.14/arch/xtensa/boot/ |
D | Makefile | 34 OBJCOPYFLAGS = --strip-all -R .comment -R .note.gnu.build-id -O binary
|
/linux-4.4.14/arch/arc/boot/ |
D | Makefile | 7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
|
/linux-4.4.14/arch/unicore32/ |
D | Makefile | 21 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment -S
|
/linux-4.4.14/Documentation/scsi/ |
D | LICENSE.FlashPoint | 28 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/ |
D | README.txt | 24 After you installed the lustre-client tools including mount.lustre binary 82 Latest binary packages:
|