/external/llvm-project/libunwind/src/ |
D | libunwind_ext.h | 29 extern int __unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *); 31 extern int __unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t); 44 extern int __unw_get_proc_name(unw_cursor_t *, char *, size_t, unw_word_t *); 48 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)); 51 extern void __unw_add_dynamic_fde(unw_word_t fde); 52 extern void __unw_remove_dynamic_fde(unw_word_t fde);
|
D | libunwind.cpp | 82 unw_word_t *value) { in _LIBUNWIND_WEAK_ALIAS() 97 unw_word_t value) { in _LIBUNWIND_WEAK_ALIAS() 193 size_t bufLen, unw_word_t *offset) { in _LIBUNWIND_WEAK_ALIAS() 248 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in _LIBUNWIND_WEAK_ALIAS() 257 void __unw_add_dynamic_fde(unw_word_t fde) { in _LIBUNWIND_WEAK_ALIAS() 266 unw_word_t mh_group = fdeInfo.fdeStart; in _LIBUNWIND_WEAK_ALIAS() 276 void __unw_remove_dynamic_fde(unw_word_t fde) { in __unw_remove_dynamic_fde()
|
D | UnwindLevel1.c | 62 unw_word_t sp; in unwind_phase1() 75 unw_word_t offset; in unwind_phase1() 80 unw_word_t pc; in unwind_phase1() 159 unw_word_t sp; in unwind_phase2() 174 unw_word_t offset; in unwind_phase2() 218 unw_word_t pc; in unwind_phase2() 265 unw_word_t offset; in unwind_phase2_forced() 475 unw_word_t result; in _Unwind_GetGR() 495 unw_word_t result; in _Unwind_GetIP()
|
D | UnwindLevel1-gcc-ext.c | 98 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_FindEnclosingFunction() 166 unw_word_t offset; in _Unwind_Backtrace() 196 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_Find_FDE() 210 unw_word_t result; in _Unwind_GetCFA() 243 __unw_add_dynamic_fde((unw_word_t)(uintptr_t)fde); in __register_frame() 253 __unw_remove_dynamic_fde((unw_word_t)(uintptr_t)fde); in __deregister_frame()
|
D | UnwindCursor.hpp | 88 static void iterateCacheEntries(void (*func)(unw_word_t ip_start, 89 unw_word_t ip_end, 90 unw_word_t fde, unw_word_t mh)); 209 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in iterateCacheEntries() 419 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); } in getReg() 420 virtual void setReg(int, unw_word_t) { in setReg() argument 440 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() argument 467 virtual unw_word_t getReg(int); 468 virtual void setReg(int, unw_word_t); 476 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); [all …]
|
D | Unwind-EHABI.cpp | 468 unw_word_t offset; in unwind_phase1() 473 unw_word_t pc; in unwind_phase1() 572 unw_word_t sp; in unwind_phase2() 587 unw_word_t offset; in unwind_phase2() 632 unw_word_t pc; in unwind_phase2() 644 unw_word_t pc; in unwind_phase2() 774 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 798 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 828 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal() 852 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
|
D | AddressSpace.hpp | 190 unw_word_t *offset); 609 unw_word_t *offset) { in findFunctionName()
|
D | Unwind-seh.cpp | 251 unw_word_t offset; in unwind_phase2_forced()
|
/external/igt-gpu-tools/lib/stubs/libunwind/ |
D | libunwind.h | 32 typedef int unw_word_t; typedef 39 static inline int unw_get_reg (unw_cursor_t *cursor, int i, unw_word_t * word) in unw_get_reg() 43 static inline int unw_get_proc_name (unw_cursor_t *cursor, char *c, size_t s, unw_word_t *word) in unw_get_proc_name()
|
/external/llvm-project/libunwind/include/ |
D | libunwind.h | 83 typedef uintptr_t unw_word_t; typedef 91 unw_word_t start_ip; /* start address of function */ 92 unw_word_t end_ip; /* address after end of function */ 93 unw_word_t lsda; /* address of language specific data area, */ 95 unw_word_t handler; /* personality routine, or zero if not used */ 96 unw_word_t gp; /* not used */ 97 unw_word_t flags; /* not used */ 100 unw_word_t unwind_info; /* address of DWARF unwind info, or zero */ 101 unw_word_t extra; /* mach_header of mach-o image containing func */ 112 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL; [all …]
|
/external/strace/ |
D | unwind-libunwind.c | 66 size_t *size, unw_word_t *offset) in get_symbol_name() 91 unw_word_t ip; in print_stack_frame() 103 unw_word_t function_offset; in print_stack_frame()
|
/external/mesa3d/src/util/ |
D | u_debug_stack.c | 69 unw_word_t off; in symbol_name_cached() 106 unw_word_t ip; in debug_backtrace_capture()
|
/external/llvm-project/libunwind/test/ |
D | libunwind_01.pass.cpp | 51 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)0); in test_no_info()
|
/external/boringssl/src/crypto/test/ |
D | abi_test.cc | 403 unw_word_t off; in ToString() 451 unw_word_t val; in GetReg() 454 static_assert(sizeof(crypto_word_t) == sizeof(unw_word_t), in GetReg()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
D | abi_test.cc | 403 unw_word_t off; in ToString() 451 unw_word_t val; in GetReg() 454 static_assert(sizeof(crypto_word_t) == sizeof(unw_word_t), in GetReg()
|
/external/skqp/tools/ |
D | CrashHandler.cpp | 42 unw_word_t offset; in handler()
|
/external/skia/tools/ |
D | CrashHandler.cpp | 41 unw_word_t offset; in handler()
|
/external/angle/util/posix/ |
D | crash_handler_posix.cpp | 113 unw_word_t offset;
|
/external/igt-gpu-tools/lib/ |
D | igt_core.c | 1447 unw_word_t off, ip; in print_backtrace() 1645 unw_word_t off; in print_backtrace_sig_safe()
|