Searched refs:ex9_export_file (Results 1 – 3 of 3) sorted by relevance
39 static FILE *ex9_export_file = NULL; /* --mexport-ex9=<file> */65 ex9_export_file, ex9_import_file,85 ex9_export_file = NULL;335 ex9_export_file = stdout;338 ex9_export_file = fopen (optarg, "wb");339 if(ex9_export_file == NULL)
152 FILE *ex9_export_file; /* --mexport-ex9=<file> */ member
3388 ret->ex9_export_file = NULL; in nds32_elf_link_hash_table_create()12439 int relax_round, FILE * ex9_export_file, in bfd_elf32_nds32_set_target_option() argument12458 table->ex9_export_file = ex9_export_file; in bfd_elf32_nds32_set_target_option()15064 FILE *ex9_export_file; in nds32_elf_ex9_export() local15068 ex9_export_file = table->ex9_export_file; in nds32_elf_ex9_export()15069 fwrite (contents, sizeof (bfd_byte), size, ex9_export_file); in nds32_elf_ex9_export()15070 fclose (ex9_export_file); in nds32_elf_ex9_export()15092 FILE *ex9_export_file; in nds32_elf_ex9_reloc_jmp() local15309 ex9_export_file = table->ex9_export_file; in nds32_elf_ex9_reloc_jmp()15310 if (ex9_export_file != NULL) in nds32_elf_ex9_reloc_jmp()[all …]