Home
last modified time | relevance | path

Searched refs:binary (Results 151 - 175 of 407) sorted by relevance

12345678910>>...17

/kernel/linux/linux-6.6/arch/nios2/boot/
H A DMakefile13 OBJCOPYFLAGS_vmlinux.bin := -O binary
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
H A Dstorage.cpp133 std::ofstream file(fileName, std::ios::binary); in SaveAppData()
193 std::ifstream file(path, std::ios::binary); in ForEachApps()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H A Dtest_util.cpp259 ifstream src(srcFile, std::ios::binary); in CopyFile()
260 ofstream dst(dstFile, std::ios::binary); in CopyFile()
/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp62 std::ifstream inputStream(targetPath.c_str(), std::ios::in | std::ios::binary); in ParseSources()
99 std::ifstream inputStream(targetPath.c_str(), std::ios::in | std::ios::binary);
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H A DMakefile69 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S
140 OBJCOPYFLAGS_vmlinuz.bin := $(OBJCOPYFLAGS) -O binary
/kernel/linux/linux-5.10/arch/x86/boot/
H A DMakefile87 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
110 OBJCOPYFLAGS_setup.bin := -O binary
/kernel/linux/linux-6.6/arch/x86/boot/
H A DMakefile86 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
109 OBJCOPYFLAGS_setup.bin := -O binary
/kernel/linux/linux-5.10/lib/
H A Dseq_buf.c98 * seq_buf_bprintf - Write the printf string from binary arguments
100 * @fmt: The format string for the @binary arguments
101 * @binary: The binary arguments for @fmt.
109 * This function will take the format and the binary array and finish
114 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf() argument
122 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in seq_buf_bprintf()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_seq.c161 * trace_seq_bprintf - Write the printf string from binary arguments
163 * @fmt: The format string for the @binary arguments
164 * @binary: The binary arguments for @fmt.
172 * This function will take the format and the binary array and finish
175 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument
184 seq_buf_bprintf(&s->seq, fmt, binary); in trace_seq_bprintf()
/kernel/linux/linux-6.6/lib/
H A Dseq_buf.c130 * seq_buf_bprintf - Write the printf string from binary arguments
132 * @fmt: The format string for the @binary arguments
133 * @binary: The binary arguments for @fmt.
141 * This function will take the format and the binary array and finish
146 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf() argument
154 ret = bstr_printf(s->buffer + s->len, len, fmt, binary); in seq_buf_bprintf()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_seq.c162 * trace_seq_bprintf - Write the printf string from binary arguments
164 * @fmt: The format string for the @binary arguments
165 * @binary: The binary arguments for @fmt.
173 * This function will take the format and the binary array and finish
176 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf() argument
185 seq_buf_bprintf(&s->seq, fmt, binary); in trace_seq_bprintf()
/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_dispatch.S5 ; Redistribution and use in source and binary forms, with or without modification,
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
H A Dlos_atomic.S4 ; Redistribution and use in source and binary forms, with or without modification,
10 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
/arkcompiler/runtime_core/verifier/tests/
H A Dutils.cpp25 std::ofstream abc_file(filename, std::ios::out | std::ios::binary); in GenerateModifiedAbc()
/kernel/linux/linux-5.10/arch/microblaze/boot/
H A DMakefile8 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
H A DMakefile33 $(Q)$(OBJCOPY) -S -O binary $< $@
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstrncat.S44 and $2, 0xf0, $3 # binary search for that set bit
/kernel/linux/linux-5.10/arch/h8300/boot/
H A DMakefile9 OBJCOPYFLAGS_zImage := -O binary -R .note -R .comment -R .stab -R .stabstr -S
/kernel/linux/linux-5.10/arch/openrisc/
H A DMakefile22 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/kernel/linux/linux-5.10/arch/sh/boot/romimage/
H A DMakefile27 LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T
/kernel/linux/linux-5.10/arch/arm64/boot/
H A DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/kernel/linux/linux-6.6/arch/microblaze/boot/
H A DMakefile8 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
/kernel/linux/linux-6.6/arch/arc/boot/
H A DMakefile7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
/kernel/linux/linux-6.6/arch/sh/boot/romimage/
H A DMakefile27 LDFLAGS_piggy.o := -r --format binary --oformat $(ld-bfd) -T
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.h50 const struct firmware *binary; member

Completed in 8 milliseconds

12345678910>>...17