Home
last modified time | relevance | path

Searched refs:execname (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/
Delfweak.exp304 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_output
347 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
/toolchain/binutils/binutils-2.25/bfd/
Delfcore.h56 const char* execname = strrchr (exec_bfd->filename, '/'); in elf_core_file_matches_executable_p() local
58 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()
DChangeLog-91936258 and execname inside HAVE_PROCFS ifdef since they are unused
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
Dvers.exp593 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_output
698 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"]} {