Home
last modified time | relevance | path

Searched refs:binary (Results 251 - 275 of 347) sorted by relevance

1...<<11121314

/kernel/linux/linux-6.6/arch/sh/
H A DMakefile79 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 Dlink-vmlinux.sh348 ${OBJCOPY} -j .modinfo -O binary vmlinux.o modules.builtin.modinfo
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
H A Daotdump.cpp204 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 Dfirmware.c516 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 Dnlattr.c209 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 Dgdbstub.c264 * 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 Dframe.c261 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 Dgdbstub.c261 * 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 Dvideodec_ndk_sample.cpp67 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 Dtrace_output.c771 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 Dpgo_profiler_encoder.cpp201 std::fstream::binary | std::fstream::out | std::fstream::in | std::fstream::trunc); in SaveAndRename()
/arkcompiler/runtime_core/libpandabase/mem/
H A Dalloc_tracker.cpp130 std::ofstream out(GetDumpFilePath(), std::ios::out | std::ios::binary | std::ios::trunc); in Dump()
/arkcompiler/runtime_core/static_core/compiler/tools/
H A Dbenchmark_coverage.sh19 --binary-dir=*)
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dalloc_tracker.cpp130 std::ofstream out(GetDumpFilePath(), std::ios::out | std::ios::binary | std::ios::trunc); in Dump()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dan_file_info.cpp32 std::ofstream file(rawPath, std::ofstream::binary); in Save()
/kernel/linux/linux-5.10/arch/mips/boot/
H A DMakefile40 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
/kernel/linux/linux-5.10/arch/sh/
H A DMakefile79 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 DMakefile139 OBJCOPYFLAGS := -O binary
/kernel/linux/linux-6.6/arch/mips/boot/
H A DMakefile40 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 Dia_css_s3a.host.c118 short dmem_offset = stage->binary->info->mem_offsets->dmem.s3a;
/kernel/linux/linux-6.6/include/linux/
H A Dseq_file.h174 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 Dia_css_s3a.host.c118 short dmem_offset = stage->binary->info->mem_offsets->dmem.s3a;
/kernel/liteos_a/
H A DMakefile4 # 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 Dserver_main.cpp114 fout.open(path, ios::out | ios::binary); in DumpLayoutImpl()
/test/xts/acts/ai/nncore/nncoretest/src/
H A DHdiCompilationTest.cpp51 std::ofstream ofs(SUPPORTMODELPATH, std::ios::out | std::ios::binary); in SaveSupportModel()

Completed in 21 milliseconds

1...<<11121314