Searched refs:binfile (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/gcore/
H A Dextern.h38 int (*ident)(int efd, pid_t pid, char *binfile);
H A Dgcore.c144 char *binfile, *corefile; local
176 binfile = argv[0];
196 binfile = passpath;
198 efd = open(binfile, O_RDONLY, 0);
200 err(1, "%s", binfile);
204 if (((*d)->ident)(efd, pid, binfile)) {
H A Delfcore.c150 elf_ident(int efd, pid_t pid __unused, char *binfile __unused)

Completed in 115 milliseconds