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)
148 FILE *ex9_export_file; /* --mexport-ex9=<file> */ member
3382 ret->ex9_export_file = NULL; in nds32_elf_link_hash_table_create()12409 int relax_round, FILE * ex9_export_file, in bfd_elf32_nds32_set_target_option() argument12428 table->ex9_export_file = ex9_export_file; in bfd_elf32_nds32_set_target_option()15035 FILE *ex9_export_file; in nds32_elf_ex9_export() local15039 ex9_export_file = table->ex9_export_file; in nds32_elf_ex9_export()15040 fwrite (contents, sizeof (bfd_byte), size, ex9_export_file); in nds32_elf_ex9_export()15041 fclose (ex9_export_file); in nds32_elf_ex9_export()15063 FILE *ex9_export_file; in nds32_elf_ex9_reloc_jmp() local15280 ex9_export_file = table->ex9_export_file; in nds32_elf_ex9_reloc_jmp()15281 if (ex9_export_file != NULL) in nds32_elf_ex9_reloc_jmp()[all …]