Searched refs:unw_get_proc_info (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindLevel1-gcc-ext.c92 if (unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS)
126 if (unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) {
151 unw_get_proc_info(&cursor, &frameInfo);
181 unw_get_proc_info(&cursor, &info);
H A DUnwindLevel1.c53 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
54 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_get_proc_info "
148 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
149 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): unw_get_proc_info "
236 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
406 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
476 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
H A DUnwind-EHABI.cpp503 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
504 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_get_proc_info "
630 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
631 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): unw_get_proc_info "
782 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
1003 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
H A Dlibunwind.cpp229 _LIBUNWIND_EXPORT int unw_get_proc_info(unw_cursor_t *cursor, function
231 _LIBUNWIND_TRACE_API("unw_get_proc_info(cursor=%p, &info=%p)\n",
/barrelfish-2018-10-04/lib/cxx/include/
H A Dlibunwind.h110 extern int unw_get_proc_info(unw_cursor_t *, unw_proc_info_t *) LIBUNWIND_AVAIL;

Completed in 101 milliseconds