Searched refs:unw_get_save_loc (Results 1 – 14 of 14) sorted by relevance
/external/libunwind/src/ppc/ |
D | Gget_save_loc.c | 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() function
|
/external/libunwind/include/ |
D | libunwind-common.h | 256 #define unw_get_save_loc UNW_OBJ(get_save_loc) macro 285 extern int unw_get_save_loc (unw_cursor_t *, int, unw_save_loc_t *);
|
D | libunwind-common.h.in | 223 #define unw_get_save_loc UNW_OBJ(get_save_loc) macro 250 extern int unw_get_save_loc (unw_cursor_t *, int, unw_save_loc_t *);
|
/external/libunwind/tests/ |
D | test-static-link-gen.c | 48 (void *) &unw_get_save_loc,
|
D | test-static-link-loc.c | 66 (void *) &unw_get_save_loc,
|
/external/libunwind/src/hppa/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() function
|
/external/libunwind/src/sh/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() function
|
/external/libunwind/src/arm/ |
D | Gget_save_loc.c | 28 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() function
|
/external/libunwind/src/aarch64/ |
D | Gget_save_loc.c | 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() function
|
/external/libunwind/src/mips/ |
D | Gget_save_loc.c | 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() function
|
/external/libunwind/src/x86_64/ |
D | Gget_save_loc.c | 31 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() function
|
/external/libunwind/src/x86/ |
D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() function
|
/external/libunwind/src/ia64/ |
D | Gget_save_loc.c | 34 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() function
|
/external/libunwind/ |
D | NEWS | 215 - unw_get_save_loc()
|