Searched refs:OTHER_ERROR (Results 1 – 3 of 3) sorted by relevance
22 #define OTHER_ERROR 255 /* OTHER_ERROR must be the largest uint8_t value. */ macro68 uint8_t exit_code = result > OTHER_ERROR ? OTHER_ERROR : result; in ErrorCheck()113 exit(OTHER_ERROR); in HandlerDefineSpace()120 exit(OTHER_ERROR); in HandlerDefineSpace()132 exit(OTHER_ERROR); in HandlerWrite()136 exit(OTHER_ERROR); in HandlerWrite()141 exit(OTHER_ERROR); in HandlerWrite()149 exit(OTHER_ERROR); in HandlerWrite()157 exit(OTHER_ERROR); in HandlerWrite()174 exit(OTHER_ERROR); in HandlerPCRRead()[all …]
156 case OTHER_ERROR (ERRNO): in dwfl_errmsg()158 case OTHER_ERROR (LIBELF): in dwfl_errmsg()160 case OTHER_ERROR (LIBDW): in dwfl_errmsg()163 case OTHER_ERROR (LIBEBL): in dwfl_errmsg()
98 #define OTHER_ERROR(name) ((unsigned int) DWFL_E_##name << 16) macro99 #define DWFL_E(name, errno) (OTHER_ERROR (name) | (errno))