Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Ddso.h147 __DSO_LOAD_ERRNO__START = -10000, enumerator
149 DSO_LOAD_ERRNO__INTERNAL_ERROR = __DSO_LOAD_ERRNO__START,
H A Ddso.c1760 if (errnum < __DSO_LOAD_ERRNO__START || errnum >= __DSO_LOAD_ERRNO__END) in dso__strerror_load()
1763 idx = errnum - __DSO_LOAD_ERRNO__START; in dso__strerror_load()