Searched refs:ex9_import_file (Results 1 – 8 of 8) sorted by relevance
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/emultempl/ |
H A D | nds32elf.em | 40 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)
|
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/emultempl/ |
H A D | nds32elf.em | 40 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)
|
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/ |
H A D | elf32-nds32.h | 148 FILE *ex9_import_file; /* --mimport-ex9=<file> */ member
|
H A D | elf32-nds32.c | 4422 || (table->ex9_import_file && table->update_ex9_table)) in nds32_elf_relocate_section() 11641 else if (table->ex9_import_file) in nds32_elf_pick_relax() 12186 FILE * ex9_import_file, in bfd_elf32_nds32_set_target_option() argument 12205 table->ex9_import_file = ex9_import_file; in bfd_elf32_nds32_set_target_option() 14757 FILE *ex9_import_file; in nds32_elf_ex9_import_table() local 14762 ex9_import_file = table->ex9_import_file; in nds32_elf_ex9_import_table() 14763 rewind (table->ex9_import_file); in nds32_elf_ex9_import_table() 14768 while (!feof (ex9_import_file)) in nds32_elf_ex9_import_table() 14775 nread = fread (contents, sizeof (bfd_byte) * 4, 1, ex9_import_file); in nds32_elf_ex9_import_table() 15063 table->ex9_export_file = table->ex9_import_file; in nds32_elf_ex9_reloc_jmp()
|
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/ |
H A D | elf32-nds32.h | 153 FILE *ex9_import_file; /* --mimport-ex9=<file> */ member
|
H A D | elf32-nds32.c | 3389 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 …]
|
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/ |
H A D | elf32-nds32.h | 153 FILE *ex9_import_file; /* --mimport-ex9=<file> */ member
|
H A D | elf32-nds32.c | 3389 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 …]
|