Searched refs:ofile (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/boot/ |
| D | wrapper | 36 ofile=zImage 93 ofile="$1" 272 tmp="$ofile" 442 rm -f "$ofile" 444 $uboot_version -d "$vmz" "$ofile" 451 rm -f "$ofile" 461 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile" 503 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl -o "$ofile" \ 509 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1` 510 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3` [all …]
|
| /Linux-v5.4/drivers/scsi/aic7xxx/aicasm/ |
| D | aicasm_symbol.c | 328 aic_print_file_prologue(FILE *ofile) in aic_print_file_prologue() argument 331 if (ofile == NULL) in aic_print_file_prologue() 334 fprintf(ofile, in aic_print_file_prologue() 353 aic_print_reg_dump_types(FILE *ofile) in aic_print_reg_dump_types() argument 355 if (ofile == NULL) in aic_print_reg_dump_types() 358 fprintf(ofile, in aic_print_reg_dump_types() 382 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, in aic_print_reg_dump_end() argument 420 fprintf(ofile, in aic_print_reg_dump_end() 460 symtable_dump(FILE *ofile, FILE *dfile) in symtable_dump() argument 532 aic_print_file_prologue(ofile); in symtable_dump() [all …]
|
| D | aicasm.c | 89 FILE *ofile; variable 187 if ((ofile = fopen(optarg, "w")) == NULL) { in main() 294 if (ofile != NULL) in main() 358 fprintf(ofile, in output_code() 365 fprintf(ofile, "static const uint8_t seqprog[] = {\n"); in output_code() 370 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x", 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() [all …]
|
| D | aicasm_symbol.h | 205 void symtable_dump(FILE *ofile, FILE *dfile);
|
| /Linux-v5.4/tools/bpf/ |
| D | bpf_jit_disasm.c | 265 char *ofile = NULL; in main() local 277 ofile = optarg; in main() 301 if (!ofile) { in main() 306 ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE); in main() 308 fprintf(stderr, "Could not open file %s for writing: ", ofile); in main() 316 fprintf(stderr, "Could not write data to %s: ", ofile); in main()
|
| /Linux-v5.4/sound/core/oss/ |
| D | pcm_oss.c | 2822 struct snd_pcm_oss_file ofile; in snd_pcm_oss_poll() local 2823 memset(&ofile, 0, sizeof(ofile)); in snd_pcm_oss_poll() 2824 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_poll() 2826 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); in snd_pcm_oss_poll()
|