Home
last modified time | relevance | path

Searched refs:ex9_export_file (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dnds32elf.em39 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)
/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.h148 FILE *ex9_export_file; /* --mexport-ex9=<file> */ member
Delf32-nds32.c3382 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() argument
12428 table->ex9_export_file = ex9_export_file; in bfd_elf32_nds32_set_target_option()
15035 FILE *ex9_export_file; in nds32_elf_ex9_export() local
15039 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() local
15280 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 …]