Home
last modified time | relevance | path

Searched refs:__DSO_LOAD_ERRNO__START (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/perf/util/
Ddso.h85 __DSO_LOAD_ERRNO__START = -10000, enumerator
87 DSO_LOAD_ERRNO__INTERNAL_ERROR = __DSO_LOAD_ERRNO__START,
Ddso.c1355 if (errnum < __DSO_LOAD_ERRNO__START || errnum >= __DSO_LOAD_ERRNO__END) in dso__strerror_load()
1358 idx = errnum - __DSO_LOAD_ERRNO__START; in dso__strerror_load()