Home
last modified time | relevance | path

Searched refs:ofile (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/powerpc/boot/
H A Dwrapper39 ofile=zImage
98 ofile="$1"
287 tmp="$ofile"
507 mv "$ofile" "$ofile".elf
508 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
523 $uboot_version -d "$ofile".gz "$ofile"
526 mv "$ofile" "$ofile.elf"
527 $objbin/mktree "$ofile.elf" "$ofile" "$base" "$entry"
556 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"
558 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
[all …]
/linux-6.15/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c329 aic_print_file_prologue(FILE *ofile) in aic_print_file_prologue() argument
332 if (ofile == NULL) in aic_print_file_prologue()
335 fprintf(ofile, in aic_print_file_prologue()
354 aic_print_reg_dump_types(FILE *ofile) in aic_print_reg_dump_types() argument
356 if (ofile == NULL) in aic_print_reg_dump_types()
359 fprintf(ofile, in aic_print_reg_dump_types()
421 fprintf(ofile, in aic_print_reg_dump_end()
533 aic_print_file_prologue(ofile); in symtable_dump()
534 aic_print_reg_dump_types(ofile); in symtable_dump()
614 fprintf(ofile, "\n"); in symtable_dump()
[all …]
H A Daicasm.c89 FILE *ofile; variable
294 if (ofile != NULL) in main()
358 fprintf(ofile, in output_code()
385 fprintf(ofile, "\n};\n\n"); in output_code()
394 fprintf(ofile, in output_code()
400 fprintf(ofile, in output_code()
417 fprintf(ofile, in output_code()
437 fprintf(ofile, in output_code()
453 fprintf(ofile, in output_code()
698 if (ofile != NULL) { in stop()
[all …]
H A Daicasm_symbol.h205 void symtable_dump(FILE *ofile, FILE *dfile);
/linux-6.15/tools/bpf/
H A Dbpf_jit_disasm.c268 char *ofile = NULL; in main() local
280 ofile = optarg; in main()
304 if (!ofile) { in main()
309 ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
311 fprintf(stderr, "Could not open file %s for writing: ", ofile); in main()
319 fprintf(stderr, "Could not write data to %s: ", ofile); in main()
/linux-6.15/sound/core/oss/
H A Dpcm_oss.c2858 struct snd_pcm_oss_file ofile; in snd_pcm_oss_poll() local
2859 memset(&ofile, 0, sizeof(ofile)); in snd_pcm_oss_poll()
2860 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_poll()
2862 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); in snd_pcm_oss_poll()