Searched refs:unw_word_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind_ext.h29 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);
H A Dlibunwind.cpp82 unw_word_t *value) {
97 unw_word_t value) {
193 size_t bufLen, unw_word_t *offset) {
248 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
257 void __unw_add_dynamic_fde(unw_word_t fde) {
266 unw_word_t mh_group = fdeInfo.fdeStart;
276 void __unw_remove_dynamic_fde(unw_word_t fd
[all...]
H A DUnwindLevel1-gcc-ext.c98 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc);
166 unw_word_t offset;
200 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc);
214 unw_word_t result;
256 __unw_remove_dynamic_fde((unw_word_t)(uintptr_t)addr);
258 __unw_add_dynamic_fde((unw_word_t)(uintptr_t)addr);
287 __unw_add_dynamic_fde((unw_word_t)(uintptr_t)fde);
296 __unw_remove_dynamic_fde((unw_word_t)(uintptr_t)fde);
H A DUnwindLevel1.c63 unw_word_t sp;
76 unw_word_t offset;
81 unw_word_t pc;
161 unw_word_t sp;
176 unw_word_t offset;
220 unw_word_t pc;
267 unw_word_t offset;
477 unw_word_t result;
497 unw_word_t result;
H A DUnwindCursor.hpp87 static void iterateCacheEntries(void (*func)(unw_word_t ip_start,
88 unw_word_t ip_end,
89 unw_word_t fde, unw_word_t mh));
208 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
418 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); }
419 virtual void setReg(int, unw_word_t) {
[all...]
H A DUnwind-EHABI.cpp468 unw_word_t offset;
473 unw_word_t pc;
572 unw_word_t sp;
587 unw_word_t offset;
632 unw_word_t pc;
644 unw_word_t pc;
774 *(unw_word_t *)valuep) == UNW_ESUCCESS
798 *(unw_word_t *)valuep) == UNW_ESUCCESS
828 (unw_word_t *)valuep) == UNW_ESUCCESS
852 (unw_word_t *)value
[all...]
H A DAddressSpace.hpp234 unw_word_t *offset);
673 unw_word_t *offset) {
H A DUnwind-seh.cpp263 unw_word_t offset;
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h77 typedef uintptr_t unw_word_t; typedef
85 unw_word_t start_ip; /* start address of function */
86 unw_word_t end_ip; /* address after end of function */
87 unw_word_t lsda; /* address of language specific data area, */
89 unw_word_t handler; /* personality routine, or zero if not used */
90 unw_word_t gp; /* not used */
91 unw_word_t flags; /* not used */
94 unw_word_t unwind_info; /* address of DWARF unwind info, or zero */
95 unw_word_t extra; /* mach_header of mach-o image containing func */
106 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAI
[all...]

Completed in 50 milliseconds