Lines Matching refs:exec_file
166 intptr_t *voffset, caddr_t exec_file, int *interp, caddr_t *bssbase, in mapexec_brand() argument
187 uprintf("%s: Cannot execute %s\n", exec_file, args->pathname); in mapexec_brand()
195 uprintf("%s: Cannot read %s\n", exec_file, args->pathname); in mapexec_brand()
200 uprintf("%s: Nothing to load in %s", exec_file, args->pathname); in mapexec_brand()
210 uprintf("%s: Cannot map %s\n", exec_file, args->pathname); in mapexec_brand()
241 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, in elfexec() argument
310 uprintf("%s: Bad entry point\n", exec_file); in elfexec()
347 idatap, level + 1, execsz, setid, exec_file, cred, in elfexec()
483 exec_file); in elfexec()
529 uprintf("%s: Bad DTrace phdr in %s\n", exec_file, exec_file); in elfexec()
551 exec_file); in elfexec()
616 uprintf("%s: Cannot find %s\n", exec_file, dlnp); in elfexec()
652 uprintf("%s: Cannot execute %s\n", exec_file, dlnp); in elfexec()
667 uprintf("%s: Cannot read %s\n", exec_file, dlnp); in elfexec()
679 uprintf("%s: Nothing to load in %s\n", exec_file, dlnp); in elfexec()
690 uprintf("%s: Cannot map %s\n", exec_file, dlnp); in elfexec()
704 uprintf("%s: Bad DTrace phdr in %s\n", exec_file, dlnp); in elfexec()
2071 int setid, caddr_t exec_file, cred_t *cred,