Searched refs:DWARF_GET_LOC (Results 1 - 22 of 22) sorted by relevance

/external/libunwind/src/hppa/
H A DGget_save_loc.c50 sloc->u.regnum = DWARF_GET_LOC (loc);
56 sloc->u.addr = DWARF_GET_LOC (loc);
/external/libunwind/src/x86_64/
H A DGstash_frame.c40 DWARF_GET_LOC(d->loc[d->ret_addr_column]),
41 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]),
42 rs->reg[RSP].where, rs->reg[RSP].val, DWARF_GET_LOC(d->loc[RSP]));
54 && DWARF_GET_LOC(d->loc[d->ret_addr_column]) == d->cfa-8
87 assert (DWARF_GET_LOC(d->loc[RIP]) - uc == UC_MCONTEXT_GREGS_RIP);
88 assert (DWARF_GET_LOC(d->loc[RBP]) - uc == UC_MCONTEXT_GREGS_RBP);
89 assert (DWARF_GET_LOC(d->loc[RSP]) - uc == UC_MCONTEXT_GREGS_RSP);
H A DGget_save_loc.c64 sloc->u.regnum = DWARF_GET_LOC (loc);
70 sloc->u.addr = DWARF_GET_LOC (loc);
H A DGstep.c151 DWARF_GET_LOC (c->dwarf.loc[RBP]));
170 (unsigned long) DWARF_GET_LOC (c->dwarf.loc[RBP]),
214 (unsigned long long) DWARF_GET_LOC (c->dwarf.loc[RIP]),
H A DGos-freebsd.c139 (unsigned long long) DWARF_GET_LOC (c->dwarf.loc[RIP]),
H A DGtrace.c420 ACCESS_MEM_FAST(ret, 0, d, DWARF_GET_LOC(d->loc[UNW_X86_64_RBP]), rbp);
/external/libunwind/include/tdep-x86/
H A Dlibunwind_i.h97 #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))
115 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc);
122 if (!DWARF_GET_LOC (loc))
124 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val;
131 if (!DWARF_GET_LOC (loc))
133 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
140 if (!DWARF_GET_LOC (loc))
142 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (lo
[all...]
/external/libunwind/src/arm/
H A DGget_save_loc.c72 sloc->u.regnum = DWARF_GET_LOC (loc);
78 sloc->u.addr = DWARF_GET_LOC (loc);
/external/libunwind/src/sh/
H A DGget_save_loc.c74 sloc->u.regnum = DWARF_GET_LOC (loc);
80 sloc->u.addr = DWARF_GET_LOC (loc);
/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h96 #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);
126 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
139 if (!DWARF_GET_LOC (loc))
141 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
150 if (!DWARF_GET_LOC (loc))
152 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val,
182 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
185 addr = DWARF_GET_LOC (lo
[all...]
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h84 #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);
114 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
127 if (!DWARF_GET_LOC (loc))
129 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
138 if (!DWARF_GET_LOC (loc))
140 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val,
170 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
173 addr = DWARF_GET_LOC (lo
[all...]
/external/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h81 #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);
111 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
124 if (!DWARF_GET_LOC (loc))
126 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
135 if (!DWARF_GET_LOC (loc))
137 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val,
167 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
170 addr = DWARF_GET_LOC (lo
[all...]
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h82 #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);
121 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
134 mips_reg_t *addr = (mips_reg_t *) (uintptr_t) DWARF_GET_LOC (loc);
147 mips_reg_t *addr = (mips_reg_t *) (uintptr_t) DWARF_GET_LOC (loc);
220 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
223 addr = DWARF_GET_LOC (loc);
243 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
246 addr = DWARF_GET_LOC (lo
[all...]
/external/libunwind/include/tdep-sh/
H A Dlibunwind_i.h82 #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);
112 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc);
125 if (!DWARF_GET_LOC (loc))
127 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
136 if (!DWARF_GET_LOC (loc))
138 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val,
168 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
171 addr = DWARF_GET_LOC (lo
[all...]
/external/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h88 #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),
142 addr = DWARF_GET_LOC (loc);
165 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
168 addr = DWARF_GET_LOC (loc);
189 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
192 addr = DWARF_GET_LOC (loc);
210 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
213 addr = DWARF_GET_LOC (lo
[all...]
/external/libunwind/include/tdep-ppc64/
H A Dlibunwind_i.h88 #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),
142 addr = DWARF_GET_LOC (loc);
165 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
168 addr = DWARF_GET_LOC (loc);
189 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
192 addr = DWARF_GET_LOC (loc);
210 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc),
213 addr = DWARF_GET_LOC (lo
[all...]
/external/libunwind/src/aarch64/
H A DGget_save_loc.c91 sloc->u.regnum = DWARF_GET_LOC (loc);
97 sloc->u.addr = DWARF_GET_LOC (loc);
/external/libunwind/src/mips/
H A DGget_save_loc.c91 sloc->u.regnum = DWARF_GET_LOC (loc);
97 sloc->u.addr = DWARF_GET_LOC (loc);
/external/libunwind/src/x86/
H A DGstep.c83 Debug (13, "[EBP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EBP]),
106 Debug (13, "dwarf_get([EIP=0x%x]) failed\n", DWARF_GET_LOC (c->dwarf.loc[EIP]));
112 Debug (13, "[EIP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EIP]),
H A DGget_save_loc.c124 sloc->u.regnum = DWARF_GET_LOC (loc);
130 sloc->u.addr = DWARF_GET_LOC (loc);
/external/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h111 #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,
168 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val,
179 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), &val,
182 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val,
/external/libunwind/src/dwarf/
H A DGparser.c761 cfa = DWARF_GET_LOC (cfa_loc);

Completed in 1285 milliseconds