Home
last modified time | relevance | path

Searched refs:does_not_exist (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/backtrace/
A Dposix.c60 void *data, int *does_not_exist) in backtrace_open() argument
64 if (does_not_exist != NULL) in backtrace_open()
65 *does_not_exist = 0; in backtrace_open()
70 if (does_not_exist != NULL && errno == ENOENT) in backtrace_open()
71 *does_not_exist = 1; in backtrace_open()
A Dfileline.c86 int does_not_exist; in fileline_initialize() local
110 &does_not_exist); in fileline_initialize()
111 if (descriptor < 0 && !does_not_exist) in fileline_initialize()
A Dinternal.h177 int *does_not_exist);
A Delf.c903 int does_not_exist; in phdr_callback() local
926 pd->data, &does_not_exist); in phdr_callback()

Completed in 8 milliseconds