__DSO_LOAD_ERRNO__START 1355 tools/perf/util/dso.c 	if (errnum <  __DSO_LOAD_ERRNO__START || errnum >= __DSO_LOAD_ERRNO__END)
__DSO_LOAD_ERRNO__START 1358 tools/perf/util/dso.c 	idx = errnum - __DSO_LOAD_ERRNO__START;
__DSO_LOAD_ERRNO__START   87 tools/perf/util/dso.h 	DSO_LOAD_ERRNO__INTERNAL_ERROR	= __DSO_LOAD_ERRNO__START,