Searched refs:execname (Results 1 – 4 of 4) sorted by relevance
304 proc build_exec { test execname objs flags dat dynsymexp symexp} {337 send_log "$tmpdir/$execname >$tmpdir/$execname.out\n"338 verbose "$tmpdir/$execname >$tmpdir/$execname.out"339 catch "exec $tmpdir/$execname >$tmpdir/$execname.out" exec_output347 send_log "diff $tmpdir/$execname.out $srcdir/$subdir/$dat.dat\n"348 verbose "diff $tmpdir/$execname.out $srcdir/$subdir/$dat.dat"349 catch "exec diff $tmpdir/$execname.out $srcdir/$subdir/$dat.dat" exec_output
56 const char* execname = strrchr (exec_bfd->filename, '/'); in elf_core_file_matches_executable_p() local58 execname = execname ? execname + 1 : exec_bfd->filename; in elf_core_file_matches_executable_p()60 if (strcmp (execname, corename) != 0) in elf_core_file_matches_executable_p()
6258 and execname inside HAVE_PROCFS ifdef since they are unused
593 proc test_ldfail { test flag source execname other mapfile whyfail } {617 if ![ld_assemble $as "$as_options $tmpdir/$execname.s" $tmpdir/$execname.o ] {630 if {![ld_simple_link $CC $tmpdir/$execname "$tmpdir/$execname.o $other_lib $script_arg"]} {637 proc test_asfail { test flag source execname whyfail } {651 catch "exec $as -o $tmpdir/$execname.o $tmpdir/$execname.s" exec_output698 proc build_exec { test source execname flags solibname verexp versymexp symexp } {717 if ![ld_assemble $as "$as_options $tmpdir/$execname.s" $tmpdir/$execname.o ] {728 if {![ld_simple_link $CC $tmpdir/$execname "$flags $tmpdir/$execname.o $solibname_lib"]} {