Searched refs:ofile (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/powerpc/boot/ |
D | wrapper | 36 ofile=zImage 91 ofile="$1" 251 tmp="$ofile" 414 rm -f "$ofile" 416 $uboot_version -d "$vmz" "$ofile" 423 rm -f "$ofile" 433 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile" 471 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl -o "$ofile" \ 477 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1` 478 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3` [all …]
|
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 332 aic_print_file_prologue(FILE *ofile) in aic_print_file_prologue() argument 335 if (ofile == NULL) in aic_print_file_prologue() 338 fprintf(ofile, in aic_print_file_prologue() 357 aic_print_reg_dump_types(FILE *ofile) in aic_print_reg_dump_types() argument 359 if (ofile == NULL) in aic_print_reg_dump_types() 362 fprintf(ofile, in aic_print_reg_dump_types() 386 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, in aic_print_reg_dump_end() argument 424 fprintf(ofile, in aic_print_reg_dump_end() 464 symtable_dump(FILE *ofile, FILE *dfile) in symtable_dump() argument 536 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 | 209 void symtable_dump(FILE *ofile, FILE *dfile);
|
/Linux-v4.19/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-v4.19/sound/core/oss/ |
D | pcm_oss.c | 2837 struct snd_pcm_oss_file ofile; in snd_pcm_oss_poll() local 2838 memset(&ofile, 0, sizeof(ofile)); in snd_pcm_oss_poll() 2839 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_poll() 2841 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); in snd_pcm_oss_poll()
|