Searched refs:ofile (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/powerpc/boot/ |
D | wrapper | 39 ofile=zImage 98 ofile="$1" 277 tmp="$ofile" 446 rm -f "$ofile" 448 $uboot_version -d "$vmz" "$ofile" 455 rm -f "$ofile" 465 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile" 507 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $rodynamic $notext -o "$ofile" $map \ 513 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1` 514 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3` [all …]
|
/linux-6.1.9/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-6.1.9/tools/bpf/ |
D | bpf_jit_disasm.c | 268 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.1.9/sound/core/oss/ |
D | pcm_oss.c | 2874 struct snd_pcm_oss_file ofile; in snd_pcm_oss_poll() local 2875 memset(&ofile, 0, sizeof(ofile)); in snd_pcm_oss_poll() 2876 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_poll() 2878 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); in snd_pcm_oss_poll()
|