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

/openbsd-current/gnu/llvm/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 *);
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_star
[all...]
H A DUnwind_AIXExtras.cpp21 unw_word_t *Offset) {
44 unw_word_t StartIp =
H A Dlibunwind.cpp99 unw_word_t *value) {
114 unw_word_t value) {
223 size_t bufLen, unw_word_t *offset) {
288 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
297 void __unw_add_dynamic_fde(unw_word_t fde) {
306 unw_word_t mh_group = fdeInfo.fdeStart;
316 void __unw_remove_dynamic_fde(unw_word_t fd
[all...]
H A DUnwindLevel1-gcc-ext.c122 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc);
191 unw_word_t offset;
221 __unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(intptr_t)pc);
235 unw_word_t result;
268 __unw_add_dynamic_fde((unw_word_t)(uintptr_t)fde);
278 __unw_remove_dynamic_fde((unw_word_t)(uintptr_t)fde);
H A DUnwindLevel1.c101 unw_word_t sp;
115 unw_word_t offset;
120 unw_word_t pc;
206 unw_word_t sp;
222 unw_word_t offset;
242 unw_word_t retInNormalStack;
282 unw_word_t pc;
335 unw_word_t offset;
549 unw_word_t result;
569 unw_word_t resul
[all...]
H A DUnwindCursor.hpp103 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)) {
434 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); }
435 virtual void setReg(int, unw_word_t) {
[all...]
H A DUnwind-EHABI.cpp492 unw_word_t offset;
497 unw_word_t pc;
597 unw_word_t sp;
613 unw_word_t offset;
659 unw_word_t pc;
671 unw_word_t pc;
723 unw_word_t offset;
921 *(unw_word_t *)valuep) == UNW_ESUCCESS
945 *(unw_word_t *)valuep) == UNW_ESUCCESS
965 *(unw_word_t *)value
[all...]
H A DAddressSpace.hpp52 unw_word_t *offset);
254 unw_word_t *offset);
710 unw_word_t *offset) {
H A DUnwind-seh.cpp252 unw_word_t offset;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-libunwind.c71 unw_word_t ip;
102 unw_word_t ret;
115 unw_word_t ret;
136 unw_word_t ret;
179 unw_word_t ret;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dlibunwind-frame.h59 unw_word_t libunwind_find_dyn_list (unw_addr_space_t, unw_dyn_info_t *,
H A Dlibunwind-frame.c49 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;
173 unw_word_t
243 unw_word_t intval;
324 return unw_search_unwind_table_p (*(unw_addr_space_t *)as, (unw_word_t )ip,
H A Dia64-tdep.c2080 unw_word_t start_offset;
2081 unw_word_t end_offset;
2082 unw_word_t info_offset;
2177 ia64_access_reg (unw_addr_space_t as, unw_regnum_t uw_regnum, unw_word_t *val,
2181 unw_word_t bsp, sof, sol, cfm, psr, ip;
2306 unw_word_t addr, unw_word_t *val,
2311 return target_write_memory (addr, (char *) val, sizeof (unw_word_t));
2313 return target_read_memory (addr, (char *) val, sizeof (unw_word_t));
2329 get_kernel_table (unw_word_t i
[all...]
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h83 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...]

Completed in 109 milliseconds