/freebsd/contrib/llvm-project/libunwind/src/ |
H A 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 *); 52 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)); 55 extern void __unw_add_dynamic_fde(unw_word_t fde); 56 extern void __unw_remove_dynamic_fde(unw_word_t fde); 58 extern void __unw_add_dynamic_eh_frame_section(unw_word_t eh_frame_start); 59 extern void __unw_remove_dynamic_eh_frame_section(unw_word_t eh_frame_start); 84 unw_word_t dso_base; 85 unw_word_t dwarf_section; [all …]
|
H A D | libunwind.cpp | 99 unw_word_t *value) { in _LIBUNWIND_WEAK_ALIAS() 114 unw_word_t value) { in _LIBUNWIND_WEAK_ALIAS() 223 size_t bufLen, unw_word_t *offset) { in _LIBUNWIND_WEAK_ALIAS() 288 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in _LIBUNWIND_WEAK_ALIAS() 297 void __unw_add_dynamic_fde(unw_word_t fde) { in _LIBUNWIND_WEAK_ALIAS() 306 unw_word_t mh_group = fdeInfo.fdeStart; in _LIBUNWIND_WEAK_ALIAS() 316 void __unw_remove_dynamic_fde(unw_word_t fde) { in __unw_remove_dynamic_fde() 321 void __unw_add_dynamic_eh_frame_section(unw_word_t eh_frame_start) { in __unw_add_dynamic_eh_frame_section() 323 unw_word_t mh_group = eh_frame_start; in __unw_add_dynamic_eh_frame_section() 343 void __unw_remove_dynamic_eh_frame_section(unw_word_t eh_frame_start) { in __unw_remove_dynamic_eh_frame_section() [all …]
|
H A D | UnwindLevel1-gcc-ext.c | 122 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_FindEnclosingFunction() 191 unw_word_t offset; in _Unwind_Backtrace() 225 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_Find_FDE() 239 unw_word_t result; in _Unwind_GetCFA() 281 __unw_remove_dynamic_fde((unw_word_t)(uintptr_t)addr); in processFDE() 283 __unw_add_dynamic_fde((unw_word_t)(uintptr_t)addr); in processFDE() 312 __unw_add_dynamic_fde((unw_word_t)(uintptr_t)fde); in __register_frame() 322 __unw_remove_dynamic_fde((unw_word_t)(uintptr_t)fde); in __deregister_frame()
|
H A D | UnwindLevel1.c | 115 unw_word_t sp; in unwind_phase1() 129 unw_word_t offset; in unwind_phase1() 134 unw_word_t pc; in unwind_phase1() 228 unw_word_t sp; in unwind_phase2() 244 unw_word_t offset; in unwind_phase2() 264 unw_word_t retInNormalStack; in unwind_phase2() 304 unw_word_t pc; in unwind_phase2() 361 unw_word_t offset; in unwind_phase2_forced() 575 unw_word_t result; in _Unwind_GetGR() 595 unw_word_t result; in _Unwind_GetIP()
|
H A D | UnwindCursor.hpp | 103 static void iterateCacheEntries(void (*func)(unw_word_t ip_start, 104 unw_word_t ip_end, 105 unw_word_t fde, unw_word_t mh)); 224 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) { in iterateCacheEntries() 434 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); } in getReg() 435 virtual void setReg(int, unw_word_t) { in setReg() argument 455 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() argument 494 virtual unw_word_t getReg(int); 495 virtual void setReg(int, unw_word_t); 503 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off); [all …]
|
H A D | Unwind-EHABI.cpp | 492 unw_word_t offset; in unwind_phase1() 497 unw_word_t pc; in unwind_phase1() 597 unw_word_t sp; in unwind_phase2() 613 unw_word_t offset; in unwind_phase2() 659 unw_word_t pc; in unwind_phase2() 671 unw_word_t pc; in unwind_phase2() 723 unw_word_t offset; in unwind_phase2_forced() 924 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 948 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 968 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() [all …]
|
H A D | Unwind_AIXExtras.cpp | 21 unw_word_t *Offset) { in getFuncNameFromTBTable() 44 unw_word_t StartIp = in getFuncNameFromTBTable()
|
H A D | AddressSpace.hpp | 51 unw_word_t *offset); 201 unw_word_t *offset); 670 unw_word_t *offset) { in findFunctionName()
|
H A D | Unwind-seh.cpp | 261 unw_word_t offset; in unwind_phase2_forced()
|
/freebsd/contrib/llvm-project/libunwind/include/ |
H A 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_AVAI [all...] |
/freebsd/sys/contrib/openzfs/lib/libspl/ |
H A D | backtrace.c | 80 unw_word_t v; in libspl_backtrace()
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | libuutil.abi | 662 <typedef-decl name='unw_word_t' type-id='9c313c2d' id='73d941c6'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.abi | 661 <typedef-decl name='unw_word_t' type-id='9c313c2d' id='73d941c6'/>
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair.abi | 2204 <typedef-decl name='unw_word_t' type-id='9c313c2d' id='73d941c6'/>
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 1180 <typedef-decl name='unw_word_t' type-id='9c313c2d' id='73d941c6'/>
|