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

/macosx-10.9.5/libunwind-35.3/src/
H A Dlibunwind_priv.h35 extern void unw_iterate_dwarf_unwind_cache(void (*func)(unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh));
38 extern void _unw_add_dynamic_fde(unw_word_t fde);
39 extern void _unw_remove_dynamic_fde(unw_word_t fde);
H A Dlibuwind.cxx184 EXPORT int unw_get_reg(unw_cursor_t* cursor, unw_regnum_t regNum, unw_word_t* value)
199 EXPORT int unw_set_reg(unw_cursor_t* cursor, unw_regnum_t regNum, unw_word_t value)
291 EXPORT int unw_get_proc_name(unw_cursor_t* cursor, char* buf, size_t bufLen, unw_word_t* offset)
338 EXPORT void unw_iterate_dwarf_unwind_cache(void (*func)(unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh))
350 void _unw_add_dynamic_fde(unw_word_t fde)
357 unw_word_t mh_group = fdeInfo.fdeStart;
368 void _unw_remove_dynamic_fde(unw_word_t fd
[all...]
H A DUnwindLevel1-gcc-ext.c96 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long)pc);
130 unw_word_t offset;
159 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long)pc);
173 unw_word_t result;
202 _unw_add_dynamic_fde((unw_word_t)(uintptr_t)fde);
215 _unw_remove_dynamic_fde((unw_word_t)(uintptr_t)fde);
H A DUnwindLevel1.c64 unw_word_t sp;
73 unw_word_t offset;
76 unw_word_t pc;
137 unw_word_t sp;
148 unw_word_t offset;
178 unw_word_t pc;
179 unw_word_t sp;
219 unw_word_t offset;
370 unw_word_t result;
394 unw_word_t resul
[all...]
H A DAddressSpace.hpp100 bool findFunctionName(pint_t addr, char* buf, size_t bufLen, unw_word_t* offset);
264 inline bool LocalAddressSpace::findFunctionName(pint_t addr, char* buf, size_t bufLen, unw_word_t* offset)
302 bool findFunctionName(pint_t addr, char* buf, size_t bufLen, unw_word_t* offset);
371 bool OtherAddressSpace<P>::findFunctionName(pint_t addr, char* buf, size_t bufLen, unw_word_t* offset)
H A DUnwindCursor.hpp94 static void iterateCacheEntries(void (*func)(unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh));
197 void DwarfFDECache<A>::iterateCacheEntries(void (*func)(unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh))
330 virtual bool getFunctionName(char* buf, size_t bufLen, unw_word_t* offset);
524 fInfo.extra = (unw_word_t)m
[all...]
/macosx-10.9.5/libunwind-35.3/testsuite/dwarf_cache_dlclose.mk/
H A Dmain.c5 extern void unw_iterate_dwarf_unwind_cache(void (*func)(unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh));
13 static void callback(unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)
16 if ( (unw_word_t)(long)foo == ip_start )
/macosx-10.9.5/libunwind-35.3/include/
H A Dlibunwind.h66 typedef uint64_t unw_word_t; typedef
71 unw_word_t start_ip; /* start address of function */
72 unw_word_t end_ip; /* address after end of function */
73 unw_word_t lsda; /* address of language specific data area, or zero if not used */
74 unw_word_t handler; /* personality routine, or zero if not used */
75 unw_word_t gp; /* not used */
76 unw_word_t flags; /* not used */
79 unw_word_t unwind_info; /* address of dwarf unwind info, or zero if none */
80 unw_word_t extra; /* mach_header of mach-o image containing function */
93 extern int unw_get_reg(unw_cursor_t*, unw_regnum_t, unw_word_t*) __OSX_AVAILABLE_STARTIN
[all...]
/macosx-10.9.5/libunwind-35.3/testsuite/
H A Dunwind_test_main.c32 unw_word_t offset;
H A Dbacktrace.c34 unw_word_t offset;
H A Ddynamic_fde_registration.cxx69 unw_word_t offset;
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-exception.mm1034 unw_word_t ip;
1039 unw_word_t cfa;

Completed in 306 milliseconds