Lines Matching refs:process
1 /* Get Dwarf Frame state for target live PID process.
82 /* Make sure there is a SIGSTOP signal pending even when the process is
123 Dwfl_Process *process = dwfl->process;
124 if (ebl_get_elfclass (process->ebl) == ELFCLASS64)
244 Dwfl_Process *process = thread->process;
245 Ebl *ebl = process->ebl;
309 if (dwfl->process == NULL && dwfl->attacherr == DWFL_E_NOERROR)
400 if (dwfl != NULL && dwfl->process != NULL
401 && dwfl->process->callbacks == &pid_thread_callbacks)
402 return (struct __libdwfl_pid_arg *) dwfl->process->callbacks_arg;