Lines Matching refs:ExitWithError
50 static void LLVM_ATTRIBUTE_NORETURN ExitWithError(int error_fd, in ExitWithError() function
65 ExitWithError(error_fd, "personality get"); in DisableASLRIfRequested()
69 ExitWithError(error_fd, "personality set"); in DisableASLRIfRequested()
79 ExitWithError(error_fd, "DupDescriptor-open"); in DupDescriptor()
85 ExitWithError(error_fd, "DupDescriptor-dup2"); in DupDescriptor()
95 ExitWithError(error_fd, "setpgid"); in ChildFunc()
103 ExitWithError(error_fd, "close"); in ChildFunc()
107 ExitWithError(error_fd, "dup2"); in ChildFunc()
123 ExitWithError(error_fd, "chdir"); in ChildFunc()
135 ExitWithError(error_fd, "pthread_sigmask"); in ChildFunc()
140 ExitWithError(error_fd, "setgid"); in ChildFunc()
152 ExitWithError(error_fd, "ptrace"); in ChildFunc()
175 ExitWithError(error_fd, "execve"); in ChildFunc()