Home
last modified time | relevance | path

Searched refs:unw_proc_info_t (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/libunwind/src/
DUnwindLevel1-gcc-ext.c95 unw_proc_info_t info; in _Unwind_FindEnclosingFunction()
139 unw_proc_info_t frameInfo; in _Unwind_Backtrace()
165 unw_proc_info_t frame; in _Unwind_Backtrace()
193 unw_proc_info_t info; in _Unwind_Find_FDE()
DUnwindLevel1.c61 unw_proc_info_t frameInfo; in unwind_phase1()
160 unw_proc_info_t frameInfo; in unwind_phase2()
253 unw_proc_info_t frameInfo; in unwind_phase2_forced()
428 unw_proc_info_t frameInfo; in _Unwind_GetLanguageSpecificData()
449 unw_proc_info_t frameInfo; in _Unwind_GetRegionStart()
Dlibunwind_ext.h41 extern int __unw_get_proc_info(unw_cursor_t *, unw_proc_info_t *);
Dlibunwind.cpp108 unw_proc_info_t info; in _LIBUNWIND_WEAK_ALIAS()
171 unw_proc_info_t *info) { in _LIBUNWIND_WEAK_ALIAS()
DUnwind-EHABI.cpp455 unw_proc_info_t frameInfo; in unwind_phase1()
573 unw_proc_info_t frameInfo; in unwind_phase2()
731 unw_proc_info_t frameInfo; in _Unwind_GetLanguageSpecificData()
973 unw_proc_info_t frameInfo; in _Unwind_GetRegionStart()
DUnwindCursor.hpp433 virtual void getInfo(unw_proc_info_t *) { in getInfo() argument
473 virtual void getInfo(unw_proc_info_t *);
521 unw_proc_info_t _info;
894 virtual void getInfo(unw_proc_info_t *);
1179 unw_proc_info_t _info;
2012 void UnwindCursor<A, R>::getInfo(unw_proc_info_t *info) { in getInfo()
DUnwind-seh.cpp239 unw_proc_info_t frameInfo; in unwind_phase2_forced()
/external/mesa3d/src/util/
Du_debug_stack.c58 symbol_name_cached(unw_cursor_t *cursor, unw_proc_info_t *pip) in symbol_name_cached()
94 unw_proc_info_t pip; in debug_backtrace_capture()
/external/llvm-project/libunwind/include/
Dlibunwind.h90 struct unw_proc_info_t { struct
103 typedef struct unw_proc_info_t unw_proc_info_t; argument
125 extern int unw_get_proc_info(unw_cursor_t *, unw_proc_info_t *) LIBUNWIND_AVAIL;
/external/llvm-project/libunwind/test/
Dlibunwind_01.pass.cpp45 unw_proc_info_t info; in test_no_info()