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

/freebsd-11-stable/usr.bin/gcore/
H A Dextern.h37 int (*ident)(int efd, pid_t pid, char *binfile);
H A Dgcore.c83 char *binfile, *corefile; local
119 binfile = passpath;
123 binfile = argv[0];
128 efd = open(binfile, O_RDONLY, 0);
130 err(1, "%s", binfile);
134 if (((*d)->ident)(efd, pid, binfile)) {
H A Delfcore.c144 elf_ident(int efd, pid_t pid __unused, char *binfile __unused)
/freebsd-11-stable/contrib/binutils/gas/
H A Dread.c5375 FILE * binfile;
5418 binfile = fopen (filename, FOPEN_RB);
5419 if (binfile == NULL)
5429 binfile = fopen (path, FOPEN_RB);
5430 if (binfile != NULL)
5434 if (binfile == NULL)
5440 if (binfile)
5447 if (fseek (binfile, 0, SEEK_END) != 0)
5452 file_len = ftell (binfile);
5465 if (fseek (binfile, ski
5359 FILE * binfile; local
[all...]

Completed in 80 milliseconds