Lines Matching refs:ExitWithError
50 [[noreturn]] static void ExitWithError(int error_fd, in ExitWithError() function
65 ExitWithError(error_fd, "personality get"); in DisableASLR()
69 ExitWithError(error_fd, "personality set"); in DisableASLR()
77 ExitWithError(error_fd, "DupDescriptor-open"); in DupDescriptor()
83 ExitWithError(error_fd, "DupDescriptor-dup2"); in DupDescriptor()
122 ExitWithError(error_fd, "setpgid"); in ChildFunc()
129 ExitWithError(error_fd, "close"); in ChildFunc()
133 ExitWithError(error_fd, "dup2"); in ChildFunc()
145 ExitWithError(error_fd, "chdir"); in ChildFunc()
155 ExitWithError(error_fd, "pthread_sigmask"); in ChildFunc()
160 ExitWithError(error_fd, "setgid"); in ChildFunc()
197 ExitWithError(error_fd, "ptrace"); in ChildFunc()
220 ExitWithError(error_fd, "execve"); in ChildFunc()