/external/libunwind/src/x86_64/ |
Gregs.c | 130 return dwarf_get (&c->dwarf, loc, valp);
|
Gos-freebsd.c | 104 ret = dwarf_get (&c->dwarf, rsp_loc, &c->dwarf.cfa); 137 ret = dwarf_get (&c->dwarf, c->dwarf.loc[RIP], &c->dwarf.ip);
|
/external/libunwind/src/ppc64/ |
Gstep.c | 101 dwarf_get (&c->dwarf, back_chain_loc, &c->dwarf.cfa)) < 0) 115 if ((ret = dwarf_get (&c->dwarf, lr_save_loc, &c->dwarf.ip)) < 0) 146 ret = dwarf_get (&c->dwarf, sp_loc, &c->dwarf.cfa); 152 ret = dwarf_get (&c->dwarf, ip_loc, &c->dwarf.ip); 316 ret = dwarf_get (&c->dwarf, v_regs_loc, &v_regs_ptr);
|
/external/libunwind/src/x86/ |
Gregs.c | 118 return dwarf_get (&c->dwarf, loc, valp);
|
/external/libunwind/include/tdep-aarch64/ |
libunwind_i.h | 136 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function 218 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function
|
/external/libunwind/include/tdep-arm/ |
libunwind_i.h | 124 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function 206 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function
|
/external/libunwind/include/tdep-hppa/ |
libunwind_i.h | 121 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function 203 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function
|
/external/libunwind/include/tdep-mips/ |
libunwind_i.h | 131 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function 256 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function
|
/external/libunwind/include/tdep-sh/ |
libunwind_i.h | 122 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function 204 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function
|
/external/libunwind/include/tdep-x86/ |
libunwind_i.h | 129 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function 207 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function
|
/external/libunwind/src/aarch64/ |
init.h | 104 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_AARCH64_PC], &c->dwarf.ip); 108 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_AARCH64_SP], &c->dwarf.cfa);
|
/external/libunwind/src/arm/ |
Gex_tables.c | 93 dwarf_get (c, c->loc[UNW_ARM_R15], &c->ip); 113 dwarf_get (c, c->loc[UNW_ARM_R13], &c->cfa); 119 dwarf_get (c, c->loc[UNW_ARM_R13], &c->cfa);
|
/external/libunwind/include/tdep-x86_64/ |
libunwind_i.h | 159 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) function
|
/external/libunwind/include/ |
libunwind_i.h | 367 do { (ret) = dwarf_get ((cur), DWARF_MEM_LOC ((cur), (addr)), &(to)); } \
|
/external/libunwind/include/tdep-ppc32/ |
libunwind_i.h | 219 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t * val) function
|
/external/libunwind/include/tdep-ppc64/ |
libunwind_i.h | 219 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t * val) function
|
/external/libunwind/src/dwarf/ |
Gparser.c | 797 ret = dwarf_get (c, c->loc[c->ret_addr_column], &ip);
|