HomeSort by relevance Sort by last modified time
    Searched refs:OTHER_ERROR (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
dwfl_error.c 220 case OTHER_ERROR (ERRNO):
229 case OTHER_ERROR (LIBELF):
231 case OTHER_ERROR (LIBDW):
234 case OTHER_ERROR (LIBEBL):
libdwflP.h 99 #define OTHER_ERROR(name) ((unsigned int) DWFL_E_##name << 16)
100 #define DWFL_E(name, errno) (OTHER_ERROR (name) | (errno))

Completed in 23 milliseconds