/openbsd/gnu/llvm/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);
|
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()
|
H A D | UnwindLevel1.c | 101 unw_word_t sp; in unwind_phase1() 115 unw_word_t offset; in unwind_phase1() 120 unw_word_t pc; in unwind_phase1() 206 unw_word_t sp; in unwind_phase2() 222 unw_word_t offset; in unwind_phase2() 242 unw_word_t retInNormalStack; in unwind_phase2() 282 unw_word_t pc; in unwind_phase2() 335 unw_word_t offset; in unwind_phase2_forced() 549 unw_word_t result; in _Unwind_GetGR() 569 unw_word_t result; in _Unwind_GetIP()
|
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() 221 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc); in _Unwind_Find_FDE() 235 unw_word_t result; in _Unwind_GetCFA() 268 __unw_add_dynamic_fde((unw_word_t)(uintptr_t)fde); in __register_frame() 278 __unw_remove_dynamic_fde((unw_word_t)(uintptr_t)fde); in __deregister_frame()
|
H A D | UnwindCursor.hpp | 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() 494 virtual unw_word_t getReg(int); 925 virtual unw_word_t getReg(int); 2006 enum frameType : unw_word_t { 2035 unw_word_t offset; in getInfoFromTBTable() 2056 unw_word_t start_ip = in getInfoFromTBTable() 2058 unw_word_t end_ip = reinterpret_cast<unw_word_t>(TBTable); in getInfoFromTBTable() 2069 unw_word_t lsda = 0; in getInfoFromTBTable() 2070 unw_word_t handler = 0; in getInfoFromTBTable() [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() 921 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 984 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal() 1008 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal() [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 | 52 unw_word_t *offset); 254 unw_word_t *offset); 710 unw_word_t *offset) { in findFunctionName()
|
H A D | Unwind-seh.cpp | 252 unw_word_t offset; in unwind_phase2_forced()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | unwind-libunwind.c | 70 unw_word_t ip; in uw_identify_context() 100 unw_word_t ret; in _Unwind_GetGR() 113 unw_word_t ret; in _Unwind_GetCFA() 134 unw_word_t ret; in _Unwind_GetIP() 177 unw_word_t ret; in _Unwind_GetBSP()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | libunwind-frame.c | 49 static int (*unw_get_reg_p) (unw_cursor_t *, unw_regnum_t, unw_word_t *); 55 static int (*unw_search_unwind_table_p) (unw_addr_space_t, unw_word_t, unw_dyn_info_t *, 57 static unw_word_t (*unw_find_dyn_list_p) (unw_addr_space_t, unw_dyn_info_t *, 129 unw_word_t fp; in libunwind_frame_cache() 173 unw_word_t 243 unw_word_t intval; in libunwind_frame_prev_register() 324 return unw_search_unwind_table_p (*(unw_addr_space_t *)as, (unw_word_t )ip, in libunwind_search_unwind_table()
|
H A D | ia64-tdep.c | 2079 unw_word_t start_offset; 2080 unw_word_t end_offset; 2081 unw_word_t info_offset; 2180 unw_word_t bsp, sof, sol, cfm, psr, ip; in ia64_access_reg() 2305 unw_word_t addr, unw_word_t *val, in ia64_access_mem() 2328 get_kernel_table (unw_word_t ip, unw_dyn_info_t *di) in get_kernel_table() 2360 di->u.ti.name_ptr = (unw_word_t) "<kernel>"; in get_kernel_table() 2363 di->u.ti.table_data = (unw_word_t *) ktab; in get_kernel_table() 2382 unw_word_t segbase = 0; in ia64_find_unwind_table() 2502 unw_word_t *dilap, void *arg) in ia64_get_dyn_info_list() [all …]
|
H A D | libunwind-frame.h | 59 unw_word_t libunwind_find_dyn_list (unw_addr_space_t, unw_dyn_info_t *,
|
/openbsd/gnu/llvm/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_AVAIL; [all …]
|