HomeSort by: relevance | last modified time | path
    Searched refs:private_1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libunwind/
unwind.h 45 uintptr_t private_1; member in struct:_Unwind_Exception
libunwind.cxx 199 exc->private_1 = 0;
217 exc->private_1 = (uintptr_t)stop;
227 if (exc->private_1 != 0)
228 unwind_phase2_forced(cursor, exc, (_Unwind_Stop_Fn)exc->private_1,
241 if (exc->private_1 != 0)

Completed in 13 milliseconds