/external/libunwind/include/tdep-x86/ |
D | libunwind_i.h | 97 #define DWARF_GET_LOC(l) ((l).val) macro 101 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0) 113 if (!DWARF_GET_LOC (loc)) in dwarf_getfp() 115 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp() 122 if (!DWARF_GET_LOC (loc)) in dwarf_putfp() 124 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putfp() 131 if (!DWARF_GET_LOC (loc)) in dwarf_get() 133 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get() 140 if (!DWARF_GET_LOC (loc)) in dwarf_put() 142 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put() [all …]
|
/external/libunwind/include/tdep-hppa/ |
D | libunwind_i.h | 81 #define DWARF_GET_LOC(l) ((l).val) macro 85 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0) 98 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_getfp() 111 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_putfp() 124 if (!DWARF_GET_LOC (loc)) in dwarf_get() 126 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get() 135 if (!DWARF_GET_LOC (loc)) in dwarf_put() 137 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put() 167 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp() 170 addr = DWARF_GET_LOC (loc); in dwarf_getfp() [all …]
|
/external/libunwind/include/tdep-arm/ |
D | libunwind_i.h | 84 #define DWARF_GET_LOC(l) ((l).val) macro 88 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0) 101 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_getfp() 114 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_putfp() 127 if (!DWARF_GET_LOC (loc)) in dwarf_get() 129 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get() 138 if (!DWARF_GET_LOC (loc)) in dwarf_put() 140 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put() 170 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp() 173 addr = DWARF_GET_LOC (loc); in dwarf_getfp() [all …]
|
/external/libunwind/include/tdep-sh/ |
D | libunwind_i.h | 82 #define DWARF_GET_LOC(l) ((l).val) macro 86 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0) 99 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp() 112 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_putfp() 125 if (!DWARF_GET_LOC (loc)) in dwarf_get() 127 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get() 136 if (!DWARF_GET_LOC (loc)) in dwarf_put() 138 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put() 168 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp() 171 addr = DWARF_GET_LOC (loc); in dwarf_getfp() [all …]
|
/external/libunwind/include/tdep-aarch64/ |
D | libunwind_i.h | 96 #define DWARF_GET_LOC(l) ((l).val) macro 100 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0) 113 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_getfp() 126 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_putfp() 139 if (!DWARF_GET_LOC (loc)) in dwarf_get() 141 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get() 150 if (!DWARF_GET_LOC (loc)) in dwarf_put() 152 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put() 182 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp() 185 addr = DWARF_GET_LOC (loc); in dwarf_getfp() [all …]
|
/external/libunwind/include/tdep-mips/ |
D | libunwind_i.h | 82 #define DWARF_GET_LOC(l) ((l).val) macro 94 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0) 108 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_getfp() 121 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_putfp() 134 mips_reg_t *addr = (mips_reg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_get() 147 mips_reg_t *addr = (mips_reg_t *) (uintptr_t) DWARF_GET_LOC (loc); in dwarf_put() 220 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp() 223 addr = DWARF_GET_LOC (loc); in dwarf_getfp() 243 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp() 246 addr = DWARF_GET_LOC (loc); in dwarf_putfp() [all …]
|
/external/libunwind/include/tdep-ppc64/ |
D | libunwind_i.h | 88 #define DWARF_GET_LOC(l) ((l).val) macro 92 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0) 139 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getvr() 142 addr = DWARF_GET_LOC (loc); in dwarf_getvr() 165 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putvr() 168 addr = DWARF_GET_LOC (loc); in dwarf_putvr() 189 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp() 192 addr = DWARF_GET_LOC (loc); in dwarf_getfp() 210 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp() 213 addr = DWARF_GET_LOC (loc); in dwarf_putfp() [all …]
|
/external/libunwind/include/tdep-ppc32/ |
D | libunwind_i.h | 88 #define DWARF_GET_LOC(l) ((l).val) macro 92 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0) 139 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getvr() 142 addr = DWARF_GET_LOC (loc); in dwarf_getvr() 165 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putvr() 168 addr = DWARF_GET_LOC (loc); in dwarf_putvr() 189 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp() 192 addr = DWARF_GET_LOC (loc); in dwarf_getfp() 210 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp() 213 addr = DWARF_GET_LOC (loc); in dwarf_putfp() [all …]
|
/external/libunwind/src/x86_64/ |
D | Gstash_frame.c | 40 DWARF_GET_LOC(d->loc[d->ret_addr_column]), in tdep_stash_frame() 41 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]), in tdep_stash_frame() 42 rs->reg[RSP].where, rs->reg[RSP].val, DWARF_GET_LOC(d->loc[RSP])); in tdep_stash_frame() 54 && DWARF_GET_LOC(d->loc[d->ret_addr_column]) == d->cfa-8 in tdep_stash_frame() 87 assert (DWARF_GET_LOC(d->loc[RIP]) - uc == UC_MCONTEXT_GREGS_RIP); in tdep_stash_frame() 88 assert (DWARF_GET_LOC(d->loc[RBP]) - uc == UC_MCONTEXT_GREGS_RBP); in tdep_stash_frame() 89 assert (DWARF_GET_LOC(d->loc[RSP]) - uc == UC_MCONTEXT_GREGS_RSP); in tdep_stash_frame()
|
D | Gget_save_loc.c | 64 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 70 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
D | Gstep.c | 151 DWARF_GET_LOC (c->dwarf.loc[RBP])); in unw_step() 170 (unsigned long) DWARF_GET_LOC (c->dwarf.loc[RBP]), in unw_step() 214 (unsigned long long) DWARF_GET_LOC (c->dwarf.loc[RIP]), in unw_step()
|
D | Gos-freebsd.c | 139 (unsigned long long) DWARF_GET_LOC (c->dwarf.loc[RIP]), in unw_handle_signal_frame()
|
D | Gtrace.c | 420 ACCESS_MEM_FAST(ret, 0, d, DWARF_GET_LOC(d->loc[UNW_X86_64_RBP]), rbp); in tdep_trace()
|
/external/libunwind/include/tdep-x86_64/ |
D | libunwind_i.h | 111 #define DWARF_GET_LOC(l) ((l).val) macro 115 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0) 165 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get() 168 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get() 179 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put() 182 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
|
/external/libunwind/src/x86/ |
D | Gstep.c | 77 Debug (13, "[EBP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EBP]), in unw_step() 100 Debug (13, "dwarf_get([EIP=0x%x]) failed\n", DWARF_GET_LOC (c->dwarf.loc[EIP])); in unw_step() 106 Debug (13, "[EIP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EIP]), in unw_step()
|
D | Gget_save_loc.c | 124 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 130 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/hppa/ |
D | Gget_save_loc.c | 50 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 56 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/arm/ |
D | Gget_save_loc.c | 72 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 78 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/sh/ |
D | Gget_save_loc.c | 74 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 80 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/mips/ |
D | Gget_save_loc.c | 91 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 97 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/aarch64/ |
D | Gget_save_loc.c | 91 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc() 97 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
|
/external/libunwind/src/dwarf/ |
D | Gparser.c | 761 cfa = DWARF_GET_LOC (cfa_loc); in apply_reg_state()
|