| /kernel/linux/linux-6.6/arch/sh/ |
| H A D | Makefile | 79 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ 184 @echo ' vmlinux.bin - Create an uncompressed binary image'
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | link-vmlinux.sh | 348 ${OBJCOPY} -j .modinfo -O binary vmlinux.o modules.builtin.modinfo
|
| /arkcompiler/runtime_core/static_core/compiler/tools/aotdump/ |
| H A D | aotdump.cpp | 204 std::ofstream ostm(tmpfileBuf.data(), std::ios::binary); in FixElfHeader() 205 std::ifstream istm(inputFile.GetValue(), std::ios::binary); in FixElfHeader()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | firmware.c | 516 release_firmware(item->binary); in brcmf_fw_free_request() 587 cur->binary = fw; in brcmf_fw_complete_request()
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | nlattr.c | 209 bool binary = pt->type == NLA_BINARY; in nla_validate_range_unsigned() local 211 if (binary) in nla_validate_range_unsigned() 213 "binary attribute size out of range"); in nla_validate_range_unsigned()
|
| /kernel/linux/linux-5.10/kernel/debug/ |
| H A D | gdbstub.c | 264 * Convert the hex array pointed to by buf into binary to be placed in 322 * Copy the binary array pointed to by buf into mem. Fix $, #, and 368 static int write_mem_msg(int binary) in write_mem_msg() argument 377 if (binary) in write_mem_msg() 640 /* Handle the 'X' memory binary write bytes */
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
| H A D | frame.c | 261 frame_init_single_plane(frame, &frame->planes.binary.data, in ia_css_frame_init_planes() 264 frame->planes.binary.size = 0; in ia_css_frame_init_planes()
|
| /kernel/linux/linux-6.6/kernel/debug/ |
| H A D | gdbstub.c | 261 * Convert the hex array pointed to by buf into binary to be placed in 319 * Copy the binary array pointed to by buf into mem. Fix $, #, and 365 static int write_mem_msg(int binary) in write_mem_msg() argument 374 if (binary) in write_mem_msg() 637 /* Handle the 'X' memory binary write bytes */
|
| /test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
| H A D | videodec_ndk_sample.cpp | 67 outFile_->open(name.data(), std::ios::out | std::ios::binary); in TestConsumerListener() 313 inFile_->open(INP_DIR, ios::in | ios::binary); in StartVideoDecoder()
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | trace_output.c | 771 if (event->funcs->binary == NULL) in register_trace_event() 772 event->funcs->binary = trace_nop_print; in register_trace_event() 1064 .binary = trace_fn_bin, 1204 .binary = trace_ctxwake_bin, 1216 .binary = trace_ctxwake_bin,
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_encoder.cpp | 201 std::fstream::binary | std::fstream::out | std::fstream::in | std::fstream::trunc); in SaveAndRename()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | alloc_tracker.cpp | 130 std::ofstream out(GetDumpFilePath(), std::ios::out | std::ios::binary | std::ios::trunc); in Dump()
|
| /arkcompiler/runtime_core/static_core/compiler/tools/ |
| H A D | benchmark_coverage.sh | 19 --binary-dir=*)
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | alloc_tracker.cpp | 130 std::ofstream out(GetDumpFilePath(), std::ios::out | std::ios::binary | std::ios::trunc); in Dump()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | an_file_info.cpp | 32 std::ofstream file(rawPath, std::ofstream::binary); in Save()
|
| /kernel/linux/linux-5.10/arch/mips/boot/ |
| H A D | Makefile | 40 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
|
| /kernel/linux/linux-5.10/arch/sh/ |
| H A D | Makefile | 79 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ 218 @echo ' vmlinux.bin - Create an uncompressed binary image'
|
| /kernel/linux/linux-5.10/arch/s390/ |
| H A D | Makefile | 139 OBJCOPYFLAGS := -O binary
|
| /kernel/linux/linux-6.6/arch/mips/boot/ |
| H A D | Makefile | 40 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
| H A D | ia_css_s3a.host.c | 118 short dmem_offset = stage->binary->info->mem_offsets->dmem.s3a;
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | seq_file.h | 174 void seq_bprintf(struct seq_file *m, const char *f, const u32 *binary);
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
| H A D | ia_css_s3a.host.c | 118 short dmem_offset = stage->binary->info->mem_offsets->dmem.s3a;
|
| /kernel/liteos_a/ |
| H A D | Makefile | 4 # 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 158 $(OBJCOPY) -O binary $< $@
|
| /test/testfwk/arkxtest/uitest/server/ |
| H A D | server_main.cpp | 114 fout.open(path, ios::out | ios::binary); in DumpLayoutImpl()
|
| /test/xts/acts/ai/nncore/nncoretest/src/ |
| H A D | HdiCompilationTest.cpp | 51 std::ofstream ofs(SUPPORTMODELPATH, std::ios::out | std::ios::binary);
in SaveSupportModel()
|