HomeSort by relevance Sort by last modified time
    Searched refs:_LIBUNWIND_EXPORT (Results 1 - 7 of 7) sorted by null

  /external/libunwind_llvm/src/
UnwindLevel1-gcc-ext.c 32 _LIBUNWIND_EXPORT _Unwind_Reason_Code
69 _LIBUNWIND_EXPORT uintptr_t
79 _LIBUNWIND_EXPORT uintptr_t
89 _LIBUNWIND_EXPORT void *_Unwind_FindEnclosingFunction(void *pc) {
107 _LIBUNWIND_EXPORT _Unwind_Reason_Code
187 _LIBUNWIND_EXPORT const void *_Unwind_Find_FDE(const void *pc,
208 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) {
221 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
234 _LIBUNWIND_EXPORT void __register_frame(const void *fde) {
244 _LIBUNWIND_EXPORT void __deregister_frame(const void *fde)
    [all...]
libunwind.cpp 29 _LIBUNWIND_EXPORT unw_addr_space_t unw_local_addr_space =
38 _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor,
80 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum,
95 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum,
126 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum,
141 _LIBUNWIND_EXPORT int unw_set_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum,
160 _LIBUNWIND_EXPORT int unw_step(unw_cursor_t *cursor) {
168 _LIBUNWIND_EXPORT int unw_get_proc_info(unw_cursor_t *cursor,
182 _LIBUNWIND_EXPORT int unw_resume(unw_cursor_t *cursor) {
191 _LIBUNWIND_EXPORT int unw_get_proc_name(unw_cursor_t *cursor, char *buf
    [all...]
Unwind-sjlj.c 94 _LIBUNWIND_EXPORT void
102 _LIBUNWIND_EXPORT void
320 _LIBUNWIND_EXPORT _Unwind_Reason_Code
351 _LIBUNWIND_EXPORT void
369 _LIBUNWIND_EXPORT _Unwind_Reason_Code
392 _LIBUNWIND_EXPORT uintptr_t
403 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context,
413 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index,
424 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
435 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context
    [all...]
UnwindLevel1.c 342 _LIBUNWIND_EXPORT _Unwind_Reason_Code
377 _LIBUNWIND_EXPORT void
400 _LIBUNWIND_EXPORT _Unwind_Reason_Code
420 _LIBUNWIND_EXPORT uintptr_t
441 _LIBUNWIND_EXPORT uintptr_t
457 _LIBUNWIND_EXPORT void
467 _LIBUNWIND_EXPORT uintptr_t
478 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index,
488 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
500 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context
    [all...]
config.h 53 #define _LIBUNWIND_EXPORT
57 #define _LIBUNWIND_EXPORT __declspec(dllexport)
60 #define _LIBUNWIND_EXPORT __attribute__((visibility("default")))
Unwind-seh.cpp 69 _LIBUNWIND_EXPORT EXCEPTION_DISPOSITION
342 _LIBUNWIND_EXPORT _Unwind_Reason_Code
371 _LIBUNWIND_EXPORT void
410 _LIBUNWIND_EXPORT _Unwind_Reason_Code
428 _LIBUNWIND_EXPORT uintptr_t
439 _LIBUNWIND_EXPORT uintptr_t
Unwind-EHABI.cpp 246 _LIBUNWIND_EXPORT _Unwind_Reason_Code
417 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
423 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
429 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
664 _LIBUNWIND_EXPORT _Unwind_Reason_Code
685 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) {
702 _LIBUNWIND_EXPORT void
720 _LIBUNWIND_EXPORT uintptr_t
751 _LIBUNWIND_EXPORT _Unwind_VRS_Result
863 _LIBUNWIND_EXPORT _Unwind_VRS_Resul
    [all...]

Completed in 106 milliseconds