Home
last modified time | relevance | path

Searched refs:base_file (Results 1 – 25 of 124) sorted by relevance

12345

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf64-mmix.c1835 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 Dcoff-mcore.c226 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 Dcoff-arm.c958 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 Dcofflink.c3078 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 Delf64-mmix.c1835 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 Dcoff-mcore.c226 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 Dcoff-arm.c958 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 Dcofflink.c3047 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 Ddlltool.c434 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 Ddlltool.c435 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 Dgrammar.y284 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 Dbfdlink.h636 void *base_file; member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dbfdlink.h659 void *base_file; member
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dbeos.em272 link_info.base_file = fopen (optarg, FOPEN_WB);
273 if (link_info.base_file == NULL)
H A Dpep.em475 …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 Dpe.em478 …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 Dbeos.em272 link_info.base_file = fopen (optarg, FOPEN_WB);
273 if (link_info.base_file == NULL)
H A Dpep.em422 …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 Dpe.em459 …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 Dja.po52 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n"
53 msgstr " --base_file <basefile> 再配置可能 DLL のベースファイルを生成する\n"
H A Dzh_CN.po48 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n"
49 msgstr " --base_file <基址文件> 为可重定位的 DLL 生成一个基址文件\n"
H A Dzh_TW.po47 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 Dzh_TW.po47 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n"
48 msgstr " --base_file <基底檔案> 為可重定位的 DLL 產生一個基底檔案\n"
H A Dja.po52 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n"
53 msgstr " --base_file <basefile> 再配置可能 DLL のベースファイルを生成する\n"
H A Dzh_CN.po48 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n"
49 msgstr " --base_file <基址文件> 为可重定位的 DLL 生成一个基址文件\n"

12345