Lines Matching refs:elftmpfile
149 elftmpfile.tmp_name = tempnam(TMPDIR, "mcs1"); in each_file()
241 copy_file(fd, cur_file, &elftmpfile); in each_file()
712 if ((fdtmp = open(elftmpfile.tmp_name, O_RDWR | O_TRUNC | O_CREAT, in build_file()
715 prog, elftmpfile.tmp_name); in build_file()
718 elftmpfile.tmp_unlink = 1; in build_file()
722 prog, elftmpfile.tmp_name); in build_file()
1284 if ((fdtmp3 = open(elftmpfile.tmp_name, O_RDONLY)) == -1) { in copy_elf_file_to_temp_ar_file()
1286 prog, elftmpfile.tmp_name); in copy_elf_file_to_temp_ar_file()
1290 (void) stat(elftmpfile.tmp_name, &stbuf); /* for size of file */ in copy_elf_file_to_temp_ar_file()
1300 prog, elftmpfile.tmp_name, cur_file); in copy_elf_file_to_temp_ar_file()
1313 prog, elftmpfile.tmp_name, cur_file); in copy_elf_file_to_temp_ar_file()
1322 strerror(errno), prog, elftmpfile.tmp_name, in copy_elf_file_to_temp_ar_file()
1328 strerror(errno), prog, elftmpfile.tmp_name, in copy_elf_file_to_temp_ar_file()