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

/freebsd-10-stable/usr.bin/gcore/
H A Delfcore.c100 static void elf_detach(void); /* atexit() handler. */
125 static pid_t g_pid; /* Pid being dumped, global for elf_detach */
158 elf_detach(void) function
191 if (atexit(elf_detach) != 0)

Completed in 88 milliseconds