Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/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.27/bfd/
Delf32-nds32.h152 FILE *ex9_export_file; /* --mexport-ex9=<file> */ member
Delf32-nds32.c3388 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() argument
12458 table->ex9_export_file = ex9_export_file; in bfd_elf32_nds32_set_target_option()
15064 FILE *ex9_export_file; in nds32_elf_ex9_export() local
15068 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() local
15309 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 …]