Home
last modified time | relevance | path

Searched refs:status (Results 1 – 11 of 11) sorted by relevance

/elf/
A Dtst-dl-iter-static.c39 int status; in do_test() local
41 status = dl_iterate_phdr (callback, &count); in do_test()
43 return status || count != 1; in do_test()
A Dtst-latepthread.c66 int status; in do_test() local
67 if (waitpid (pid, &status, 0) < 0) in do_test()
90 printf ("info: exit status: %d, message: %s\n", status, buf); in do_test()
96 if (!WIFEXITED (status) || WEXITSTATUS (status) != 127) in do_test()
A Dtst-env-setuid.c114 int status = support_capture_subprogram_self_sgid (SETGID_CHILD); in do_test() local
116 if (WEXITSTATUS (status) == EXIT_UNSUPPORTED) in do_test()
119 if (!WIFEXITED (status)) in do_test()
120 FAIL_EXIT1 ("Unexpected exit status %d from child process\n", status); in do_test()
A Dtst-align2.c131 int status; in do_test() local
133 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test()
145 else if (!WIFEXITED (status) || WEXITSTATUS (status)) in do_test()
A Dtst-env-setuid-tunables.c136 int status = support_capture_subprogram_self_sgid (buf); in do_test() local
139 if (WEXITSTATUS (status) == EXIT_UNSUPPORTED) in do_test()
142 ret |= status; in do_test()
A Dtst-stackguard1.c127 int status; in do_test() local
128 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test()
140 else if (!WIFEXITED (status) || WEXITSTATUS (status)) in do_test()
A Dtst-ptrguard1.c137 int status; in do_test() local
138 termpid = TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)); in do_test()
150 else if (!WIFEXITED (status) || WEXITSTATUS (status)) in do_test()
A Dpldd.c185 int status = get_process_info (exe.data, dfd, pid); in main() local
199 return status; in main()
207 int status; in wait_for_ptrace_stop() local
211 while (waitpid (pid, &status, __WALL) == pid && WIFSTOPPED (status)) in wait_for_ptrace_stop()
214 if (WSTOPSIG (status) == SIGSTOP) in wait_for_ptrace_stop()
217 (void *) (uintptr_t) WSTOPSIG (status))) in wait_for_ptrace_stop()
A Dpldd-xx.c177 int status = 0; in E() local
212 return status; in E()
A Ddl-load.c551 dirp->status[cnt] = init_val; in fillin_rpath()
768 pelem->status[cnt] = unknown; in _dl_init_paths()
1526 if ((*list)->status[cnt] != nonexisting) in print_search_path()
1883 if (this_dir->status[cnt] == nonexisting) in open_path()
1902 if (this_dir->status[cnt] == unknown) in open_path()
1905 this_dir->status[cnt] = existing; in open_path()
1921 this_dir->status[cnt] = nonexisting; in open_path()
1923 this_dir->status[cnt] = existing; in open_path()
1928 here_any |= this_dir->status[cnt] != nonexisting; in open_path()
A DMakefile1954 echo "info: ld.so exit status: $$status" >> $@; \
1957 if test $$status -eq 0; then \
1961 (exit $$status); \

Completed in 30 milliseconds