Searched refs:prog_file (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-base.h156 char *prog_file; member in struct:sim_state
157 #define STATE_PROG_FILE(sd) ((sd)->prog_file)
/netbsd-current/external/bsd/jemalloc/dist/bin/
H A Djeprof.in5111 my $prog_file = shift;
5113 # Check for the existence of $prog_file because /usr/bin/file does not
5115 (-e $prog_file) || error("$prog_file does not exist.\n");
5120 my $escaped_prog_file = ShellEscape($prog_file);
5126 print STDERR "WARNING: Can't determine the file type of $prog_file";

Completed in 178 milliseconds