Home
last modified time | relevance | path

Searched refs:OTHER_ERROR (Results 1 - 2 of 2) sorted by relevance

/third_party/elfutils/libdwfl/
H A Ddwfl_error.c170 case OTHER_ERROR (ERRNO): in dwfl_errmsg()
172 case OTHER_ERROR (LIBELF): in dwfl_errmsg()
174 case OTHER_ERROR (LIBDW): in dwfl_errmsg()
177 case OTHER_ERROR (LIBEBL): in dwfl_errmsg()
H A DlibdwflP.h101 #define OTHER_ERROR(name) ((unsigned int) DWFL_E_##name << 16) macro
102 #define DWFL_E(name, errno) (OTHER_ERROR (name) | (errno))

Completed in 2 milliseconds