Home
last modified time | relevance | path

Searched refs:DWARF_GET_LOC (Results 1 – 25 of 33) sorted by relevance

12

/third_party/libunwind/include/tdep-ppc64/
Dlibunwind_i.h87 #define DWARF_GET_LOC(l) ((l).val) macro
91 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
105 if (!DWARF_GET_LOC (loc)) in dwarf_getvr()
107 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getvr()
114 if (!DWARF_GET_LOC (loc)) in dwarf_putvr()
116 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putvr()
123 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
125 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp()
132 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
134 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
[all …]
/third_party/libunwind/include/tdep-mips/
Dlibunwind_i.h79 #define DWARF_GET_LOC(l) ((l).val) macro
91 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
104 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
106 *val = *(unw_fpreg_t *) (intptr_t) DWARF_GET_LOC (loc); in dwarf_getfp()
113 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
115 *(unw_fpreg_t *) (intptr_t) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
122 if (!DWARF_GET_LOC (loc)) in dwarf_get()
124 *val = *(mips_reg_t *) (intptr_t) DWARF_GET_LOC (loc); in dwarf_get()
131 if (!DWARF_GET_LOC (loc)) in dwarf_put()
133 *(mips_reg_t *) (intptr_t) DWARF_GET_LOC (loc) = val; in dwarf_put()
[all …]
/third_party/libunwind/include/tdep-riscv/
Dlibunwind_i.h96 #define DWARF_GET_LOC(l) ((l).val) macro
100 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
112 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
114 *val = *(unw_fpreg_t *) (intptr_t) DWARF_GET_LOC (loc); in dwarf_getfp()
121 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
123 *(unw_fpreg_t *) (intptr_t) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
130 if (!DWARF_GET_LOC (loc)) in dwarf_get()
132 *val = *(unw_word_t *) (intptr_t) DWARF_GET_LOC (loc); in dwarf_get()
139 if (!DWARF_GET_LOC (loc)) in dwarf_put()
141 *(unw_word_t *) (intptr_t) DWARF_GET_LOC (loc) = val; in dwarf_put()
[all …]
/third_party/libunwind/include/tdep-sh/
Dlibunwind_i.h79 #define DWARF_GET_LOC(l) ((l).val) macro
83 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
95 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
97 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp()
104 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
106 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
113 if (!DWARF_GET_LOC (loc)) in dwarf_get()
115 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
122 if (!DWARF_GET_LOC (loc)) in dwarf_put()
124 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
[all …]
/third_party/libunwind/include/tdep-hppa/
Dlibunwind_i.h78 #define DWARF_GET_LOC(l) ((l).val) macro
82 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
94 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
96 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp()
103 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
105 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
112 if (!DWARF_GET_LOC (loc)) in dwarf_get()
114 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
121 if (!DWARF_GET_LOC (loc)) in dwarf_put()
123 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
[all …]
/third_party/libunwind/include/tdep-x86/
Dlibunwind_i.h106 #define DWARF_GET_LOC(l) ((l).val) macro
110 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
122 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
124 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp()
131 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
133 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
140 if (!DWARF_GET_LOC (loc)) in dwarf_get()
142 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
149 if (!DWARF_GET_LOC (loc)) in dwarf_put()
151 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
[all …]
/third_party/libunwind/include/tdep-arm/
Dlibunwind_i.h116 #define DWARF_GET_LOC(l) ((l).val) macro
120 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
132 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
134 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp()
141 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
143 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
150 if (!DWARF_GET_LOC (loc)) in dwarf_get()
152 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
159 if (!DWARF_GET_LOC (loc)) in dwarf_put()
161 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
[all …]
/third_party/libunwind/include/tdep-aarch64/
Dlibunwind_i.h133 #define DWARF_GET_LOC(l) ((l).val) macro
137 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
149 if (!DWARF_GET_LOC (loc)) in dwarf_getfp()
151 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc); in dwarf_getfp()
158 if (!DWARF_GET_LOC (loc)) in dwarf_putfp()
160 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val; in dwarf_putfp()
167 if (!DWARF_GET_LOC (loc)) in dwarf_get()
169 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
176 if (!DWARF_GET_LOC (loc)) in dwarf_put()
178 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
[all …]
/third_party/libunwind/include/tdep-s390x/
Dlibunwind_i.h80 #define DWARF_GET_LOC(l) ((l).val) macro
97 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
123 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_getfp()
127 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), (unw_word_t*)val, in dwarf_getfp()
130 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), (unw_word_t*)val, in dwarf_getfp()
133 *val = *(unw_fpreg_t*) DWARF_GET_LOC (loc); in dwarf_getfp()
147 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_putfp()
151 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), (unw_word_t*) &val, in dwarf_putfp()
155 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), (unw_word_t*) &val, in dwarf_putfp()
169 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), (unw_fpreg_t*)val, in dwarf_get()
[all …]
/third_party/libunwind/include/tdep-ppc32/
Dlibunwind_i.h85 #define DWARF_GET_LOC(l) ((l).val) macro
89 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
136 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getvr()
139 addr = DWARF_GET_LOC (loc); in dwarf_getvr()
162 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putvr()
165 addr = DWARF_GET_LOC (loc); in dwarf_putvr()
186 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp()
189 addr = DWARF_GET_LOC (loc); in dwarf_getfp()
207 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putfp()
210 addr = DWARF_GET_LOC (loc); in dwarf_putfp()
[all …]
/third_party/libunwind/include/tdep-tilegx/
Dlibunwind_i.h71 #define DWARF_GET_LOC(l) ((l).val) macro
79 #define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
108 if (!DWARF_GET_LOC (loc)) in dwarf_get()
111 *val = *(tilegx_reg_t *) (intptr_t) DWARF_GET_LOC (loc); in dwarf_get()
118 if (!DWARF_GET_LOC (loc)) in dwarf_put()
121 *(tilegx_reg_t *) (intptr_t) DWARF_GET_LOC (loc) = val; in dwarf_put()
169 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
172 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
189 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
192 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
/third_party/libunwind/src/x86_64/
DGstash_frame.c40 DWARF_GET_LOC(d->loc[rs->ret_addr_column]), in tdep_stash_frame()
41 rs->reg.where[RBP], rs->reg.val[RBP], DWARF_GET_LOC(d->loc[RBP]), in tdep_stash_frame()
42 rs->reg.where[RSP], rs->reg.val[RSP], DWARF_GET_LOC(d->loc[RSP])); in tdep_stash_frame()
71 && DWARF_GET_LOC(d->loc[rs->ret_addr_column]) == d->cfa-8 in tdep_stash_frame()
104 assert (DWARF_GET_LOC(d->loc[RIP]) - uc == UC_MCONTEXT_GREGS_RIP); in tdep_stash_frame()
105 assert (DWARF_GET_LOC(d->loc[RBP]) - uc == UC_MCONTEXT_GREGS_RBP); in tdep_stash_frame()
106 assert (DWARF_GET_LOC(d->loc[RSP]) - uc == UC_MCONTEXT_GREGS_RSP); in tdep_stash_frame()
DGget_save_loc.c65 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc()
71 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
/third_party/libunwind/include/tdep-x86_64/
Dlibunwind_i.h152 #define DWARF_GET_LOC(l) ((l).val) macro
169 # define DWARF_IS_NULL_LOC(l) (DWARF_GET_LOC (l) == 0)
219 reg_num = DWARF_GET_LOC (loc); in dwarf_get()
224 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
229 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get()
232 *val = DWARF_GET_LOC (loc); in dwarf_get()
245 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
248 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put()
/third_party/libunwind/src/aarch64/
DGstash_frame.c42 DWARF_GET_LOC(d->loc[rs->ret_addr_column]), in tdep_stash_frame()
43 rs->reg.where[FP], rs->reg.val[FP], DWARF_GET_LOC(d->loc[FP]), in tdep_stash_frame()
44 rs->reg.where[LR], rs->reg.val[LR], DWARF_GET_LOC(d->loc[LR]), in tdep_stash_frame()
45 rs->reg.where[SP], rs->reg.val[SP], DWARF_GET_LOC(d->loc[SP])); in tdep_stash_frame()
DGget_save_loc.c91 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()
/third_party/libunwind/src/arm/
DGstash_frame.c42 DWARF_GET_LOC(d->loc[rs->ret_addr_column]), in tdep_stash_frame()
43 rs->reg.where[R7], rs->reg.val[R7], DWARF_GET_LOC(d->loc[R7]), in tdep_stash_frame()
44 rs->reg.where[LR], rs->reg.val[LR], DWARF_GET_LOC(d->loc[LR]), in tdep_stash_frame()
45 rs->reg.where[SP], rs->reg.val[SP], DWARF_GET_LOC(d->loc[SP])); in tdep_stash_frame()
DGget_save_loc.c72 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()
/third_party/libunwind/src/x86/
DGstep.c76 Debug (13, "[EBP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EBP]), in unw_step()
101 Debug (13, "dwarf_get([EIP=0x%x]) failed\n", DWARF_GET_LOC (c->dwarf.loc[EIP])); in unw_step()
107 Debug (13, "[EIP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EIP]), in unw_step()
/third_party/libunwind/src/hppa/
DGget_save_loc.c50 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()
/third_party/libunwind/src/tilegx/
DGget_save_loc.c53 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc()
59 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
/third_party/libunwind/src/sh/
DGget_save_loc.c74 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()
/third_party/libunwind/src/s390x/
DGget_save_loc.c77 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc()
83 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()
/third_party/libunwind/src/mips/
DGget_save_loc.c91 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()
/third_party/libunwind/src/riscv/
DGget_save_loc.c88 sloc->u.regnum = DWARF_GET_LOC (loc); in unw_get_save_loc()
94 sloc->u.addr = DWARF_GET_LOC (loc); in unw_get_save_loc()

12