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

  /external/libunwind_llvm/src/
UnwindLevel1-gcc-ext.c 29 _LIBUNWIND_EXPORT _Unwind_Reason_Code
66 _LIBUNWIND_EXPORT uintptr_t
76 _LIBUNWIND_EXPORT uintptr_t
86 _LIBUNWIND_EXPORT void *_Unwind_FindEnclosingFunction(void *pc) {
104 _LIBUNWIND_EXPORT _Unwind_Reason_Code
184 _LIBUNWIND_EXPORT const void *_Unwind_Find_FDE(const void *pc,
205 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) {
218 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
231 _LIBUNWIND_EXPORT void __register_frame(const void *fde) {
241 _LIBUNWIND_EXPORT void __deregister_frame(const void *fde)
    [all...]
Unwind-sjlj.c 94 _LIBUNWIND_EXPORT void
102 _LIBUNWIND_EXPORT void
315 _LIBUNWIND_EXPORT _Unwind_Reason_Code
345 _LIBUNWIND_EXPORT void
362 _LIBUNWIND_EXPORT _Unwind_Reason_Code
385 _LIBUNWIND_EXPORT uintptr_t
395 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context,
405 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index,
415 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
426 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context
    [all...]
libunwind.cpp 36 _LIBUNWIND_EXPORT unw_addr_space_t unw_local_addr_space =
45 _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor,
83 _LIBUNWIND_EXPORT int unw_init_remote_thread(unw_cursor_t *cursor,
119 _LIBUNWIND_EXPORT unw_addr_space_t unw_create_addr_space_for_task(task_t task) {
139 _LIBUNWIND_EXPORT void unw_destroy_addr_space(unw_addr_space_t asp) {
164 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum,
179 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum,
198 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum,
213 _LIBUNWIND_EXPORT int unw_set_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum,
232 _LIBUNWIND_EXPORT int unw_step(unw_cursor_t *cursor)
    [all...]
UnwindLevel1.c 341 _LIBUNWIND_EXPORT _Unwind_Reason_Code
376 _LIBUNWIND_EXPORT void
399 _LIBUNWIND_EXPORT _Unwind_Reason_Code
419 _LIBUNWIND_EXPORT uintptr_t
440 _LIBUNWIND_EXPORT uintptr_t
455 _LIBUNWIND_EXPORT void
465 _LIBUNWIND_EXPORT uintptr_t
476 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index,
486 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
498 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context
    [all...]
config.h 50 #define _LIBUNWIND_EXPORT
54 #define _LIBUNWIND_EXPORT __declspec(dllexport)
57 #define _LIBUNWIND_EXPORT __attribute__((visibility("default")))
Unwind-EHABI.cpp 249 _LIBUNWIND_EXPORT _Unwind_Reason_Code
420 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
426 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
432 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
667 _LIBUNWIND_EXPORT _Unwind_Reason_Code
688 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) {
705 _LIBUNWIND_EXPORT void
723 _LIBUNWIND_EXPORT uintptr_t
754 _LIBUNWIND_EXPORT _Unwind_VRS_Result
866 _LIBUNWIND_EXPORT _Unwind_VRS_Resul
    [all...]

Completed in 126 milliseconds