/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf64-mmix.c | 1835 bpo_greg_owner = (bfd *) info->base_file; in mmix_elf_check_common_relocs() 1855 info->base_file = bpo_greg_owner; in mmix_elf_check_common_relocs() 2228 if (info->base_file != NULL) in mmix_elf_final_link() 2231 = bfd_get_section_by_name ((bfd *) info->base_file, in mmix_elf_final_link() 2293 bpo_greg_owner = (bfd *) info->base_file; in _bfd_mmix_before_linker_allocation() 2366 bpo_greg_owner = (bfd *) link_info->base_file; in _bfd_mmix_after_linker_allocation() 2461 if (link_info == NULL || link_info->base_file == NULL) in mmix_dump_bpo_gregs() 2464 bpo_greg_owner = (bfd *) link_info->base_file; in mmix_dump_bpo_gregs()
|
H A D | coff-mcore.c | 226 if (fwrite (&addr, sizeof (addr), 1, (FILE *) info->base_file) == 1) in mcore_emit_base_file_entry() 512 if (info->base_file in coff_mcore_relocate_section()
|
H A D | coff-arm.c | 958 if (fwrite (&addr, sizeof (addr), 1, (FILE *) info->base_file) == 1) in arm_emit_base_file_entry() 1389 if (info->base_file in coff_arm_relocate_section() 1495 if (info->base_file in coff_arm_relocate_section() 1581 if (info->base_file in coff_arm_relocate_section()
|
H A D | cofflink.c | 3078 if (info->base_file) in _bfd_coff_generic_relocate_section() 3095 if (fwrite (&addr, 1, sizeof (bfd_vma), (FILE *) info->base_file) in _bfd_coff_generic_relocate_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf64-mmix.c | 1835 bpo_greg_owner = (bfd *) info->base_file; in mmix_elf_check_common_relocs() 1855 info->base_file = bpo_greg_owner; in mmix_elf_check_common_relocs() 2228 if (info->base_file != NULL) in mmix_elf_final_link() 2231 = bfd_get_section_by_name ((bfd *) info->base_file, in mmix_elf_final_link() 2293 bpo_greg_owner = (bfd *) info->base_file; in _bfd_mmix_before_linker_allocation() 2366 bpo_greg_owner = (bfd *) link_info->base_file; in _bfd_mmix_after_linker_allocation() 2461 if (link_info == NULL || link_info->base_file == NULL) in mmix_dump_bpo_gregs() 2464 bpo_greg_owner = (bfd *) link_info->base_file; in mmix_dump_bpo_gregs()
|
H A D | coff-mcore.c | 226 if (fwrite (&addr, sizeof (addr), 1, (FILE *) info->base_file) == 1) in mcore_emit_base_file_entry() 506 if (info->base_file in coff_mcore_relocate_section()
|
H A D | coff-arm.c | 958 if (fwrite (&addr, sizeof (addr), 1, (FILE *) info->base_file) == 1) in arm_emit_base_file_entry() 1389 if (info->base_file in coff_arm_relocate_section() 1495 if (info->base_file in coff_arm_relocate_section() 1581 if (info->base_file in coff_arm_relocate_section()
|
H A D | cofflink.c | 3047 if (info->base_file) in _bfd_coff_generic_relocate_section() 3064 if (fwrite (&addr, 1, sizeof (bfd_vma), (FILE *) info->base_file) in _bfd_coff_generic_relocate_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dlltool.c | 434 static FILE *base_file; variable 2146 if (base_file) in gen_exp_file() 2159 fseek (base_file, 0, SEEK_END); in gen_exp_file() 2160 numbytes = ftell (base_file); in gen_exp_file() 2161 fseek (base_file, 0, SEEK_SET); in gen_exp_file() 2163 if (fread (copy, 1, numbytes, base_file) < numbytes) in gen_exp_file() 3903 base_file = fopen (optarg, FOPEN_RB); in main() 3905 if (!base_file) in main()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dlltool.c | 435 static FILE *base_file; variable 2199 if (base_file) in gen_exp_file() 2212 fseek (base_file, 0, SEEK_END); in gen_exp_file() 2213 numbytes = ftell (base_file); in gen_exp_file() 2214 fseek (base_file, 0, SEEK_SET); in gen_exp_file() 2216 if (fread (copy, 1, numbytes, base_file) < numbytes) in gen_exp_file() 4000 base_file = fopen (optarg, FOPEN_RB); in main() 4002 if (!base_file) in main()
|
/netbsd-src/external/bsd/byacc/dist/test/ |
H A D | grammar.y | 284 extern char base_file[]; 1158 include_file(strcpy(base_file, name), func_style != FUNC_NONE); in process_file()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | bfdlink.h | 636 void *base_file; member
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | bfdlink.h | 659 void *base_file; member
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | beos.em | 272 link_info.base_file = fopen (optarg, FOPEN_WB); 273 if (link_info.base_file == NULL)
|
H A D | pep.em | 475 …fprintf (file, _(" --base_file <basefile> Generate a base file for relocatable DLLs\n… 754 link_info.base_file = fopen (optarg, FOPEN_WB); 755 if (link_info.base_file == NULL)
|
H A D | pe.em | 478 …fprintf (file, _(" --base_file <basefile> Generate a base file for relocatable DLLs\n… 781 link_info.base_file = fopen (optarg, FOPEN_WB); 782 if (link_info.base_file == NULL)
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | beos.em | 272 link_info.base_file = fopen (optarg, FOPEN_WB); 273 if (link_info.base_file == NULL)
|
H A D | pep.em | 422 …fprintf (file, _(" --base_file <basefile> Generate a base file for relocatable DLLs\n… 695 link_info.base_file = fopen (optarg, FOPEN_WB); 696 if (link_info.base_file == NULL)
|
H A D | pe.em | 459 …fprintf (file, _(" --base_file <basefile> Generate a base file for relocatable DLLs\n… 739 link_info.base_file = fopen (optarg, FOPEN_WB); 740 if (link_info.base_file == NULL)
|
/netbsd-src/external/gpl3/binutils/dist/ld/po/ |
H A D | ja.po | 52 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" 53 msgstr " --base_file <basefile> 再配置可能 DLL のベースファイルを生成する\n"
|
H A D | zh_CN.po | 48 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" 49 msgstr " --base_file <基址文件> 为可重定位的 DLL 生成一个基址文件\n"
|
H A D | zh_TW.po | 47 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" 48 msgstr " --base_file <基底檔案> 為可重定位的 DLL 產生一個基底檔案\n"
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/po/ |
H A D | zh_TW.po | 47 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" 48 msgstr " --base_file <基底檔案> 為可重定位的 DLL 產生一個基底檔案\n"
|
H A D | ja.po | 52 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" 53 msgstr " --base_file <basefile> 再配置可能 DLL のベースファイルを生成する\n"
|
H A D | zh_CN.po | 48 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" 49 msgstr " --base_file <基址文件> 为可重定位的 DLL 生成一个基址文件\n"
|