Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/emultempl/
Dnds32elf.em40 static FILE *ex9_import_file = NULL; /* --mimport-ex9=<file> */
65 ex9_export_file, ex9_import_file,
83 if (ex9_import_file != NULL)
195 || (ex9_import_file != NULL && update_ex9_table == 1))
347 ex9_import_file = fopen (optarg, "rb+");
348 if(ex9_import_file == NULL)
/toolchain/binutils/binutils-2.27/bfd/
Delf32-nds32.h153 FILE *ex9_import_file; /* --mimport-ex9=<file> */ member
Delf32-nds32.c3389 ret->ex9_import_file = NULL; in nds32_elf_link_hash_table_create()
4534 || (table->ex9_import_file && table->update_ex9_table)) in nds32_elf_relocate_section()
11895 else if (table->ex9_import_file) in nds32_elf_pick_relax()
12440 FILE * ex9_import_file, in bfd_elf32_nds32_set_target_option() argument
12459 table->ex9_import_file = ex9_import_file; in bfd_elf32_nds32_set_target_option()
15009 FILE *ex9_import_file; in nds32_elf_ex9_import_table() local
15014 ex9_import_file = table->ex9_import_file; in nds32_elf_ex9_import_table()
15015 rewind (table->ex9_import_file); in nds32_elf_ex9_import_table()
15020 while (!feof (ex9_import_file)) in nds32_elf_ex9_import_table()
15026 nread = fread (contents, sizeof (bfd_byte) * 4, 1, ex9_import_file); in nds32_elf_ex9_import_table()
[all …]