Lines Matching refs:dwarf

61   Debug (1, "(cursor=%p, ip=0x%016lx)\n", c, (unsigned long) c->dwarf.ip);
63 if (c->dwarf.ip == 0)
72 ret = dwarf_step (&c->dwarf);
97 back_chain_loc = DWARF_LOC (c->dwarf.cfa + back_chain_offset, 0);
100 dwarf_get (&c->dwarf, back_chain_loc, &c->dwarf.cfa)) < 0)
107 if (c->dwarf.cfa == 0)
112 lr_save_loc = DWARF_LOC (c->dwarf.cfa + lr_save_offset, 0);
114 if ((ret = dwarf_get (&c->dwarf, lr_save_loc, &c->dwarf.ip)) < 0)
135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE;
145 ret = dwarf_get (&c->dwarf, sp_loc, &c->dwarf.cfa);
151 ret = dwarf_get (&c->dwarf, ip_loc, &c->dwarf.ip);
162 c->dwarf.loc[UNW_PPC32_R0] =
164 c->dwarf.loc[UNW_PPC32_R1] =
166 c->dwarf.loc[UNW_PPC32_R2] =
168 c->dwarf.loc[UNW_PPC32_R3] =
170 c->dwarf.loc[UNW_PPC32_R4] =
172 c->dwarf.loc[UNW_PPC32_R5] =
174 c->dwarf.loc[UNW_PPC32_R6] =
176 c->dwarf.loc[UNW_PPC32_R7] =
178 c->dwarf.loc[UNW_PPC32_R8] =
180 c->dwarf.loc[UNW_PPC32_R9] =
182 c->dwarf.loc[UNW_PPC32_R10] =
184 c->dwarf.loc[UNW_PPC32_R11] =
186 c->dwarf.loc[UNW_PPC32_R12] =
188 c->dwarf.loc[UNW_PPC32_R13] =
190 c->dwarf.loc[UNW_PPC32_R14] =
192 c->dwarf.loc[UNW_PPC32_R15] =
194 c->dwarf.loc[UNW_PPC32_R16] =
196 c->dwarf.loc[UNW_PPC32_R17] =
198 c->dwarf.loc[UNW_PPC32_R18] =
200 c->dwarf.loc[UNW_PPC32_R19] =
202 c->dwarf.loc[UNW_PPC32_R20] =
204 c->dwarf.loc[UNW_PPC32_R21] =
206 c->dwarf.loc[UNW_PPC32_R22] =
208 c->dwarf.loc[UNW_PPC32_R23] =
210 c->dwarf.loc[UNW_PPC32_R24] =
212 c->dwarf.loc[UNW_PPC32_R25] =
214 c->dwarf.loc[UNW_PPC32_R26] =
216 c->dwarf.loc[UNW_PPC32_R27] =
218 c->dwarf.loc[UNW_PPC32_R28] =
220 c->dwarf.loc[UNW_PPC32_R29] =
222 c->dwarf.loc[UNW_PPC32_R30] =
224 c->dwarf.loc[UNW_PPC32_R31] =
227 c->dwarf.loc[UNW_PPC32_LR] =
229 c->dwarf.loc[UNW_PPC32_CTR] =
232 /* This CR0 assignment is probably wrong. There are 8 dwarf columns
235 c->dwarf.loc[UNW_PPC32_CCR] =
237 c->dwarf.loc[UNW_PPC32_XER] =
240 c->dwarf.loc[UNW_PPC32_F0] =
242 c->dwarf.loc[UNW_PPC32_F1] =
244 c->dwarf.loc[UNW_PPC32_F2] =
246 c->dwarf.loc[UNW_PPC32_F3] =
248 c->dwarf.loc[UNW_PPC32_F4] =
250 c->dwarf.loc[UNW_PPC32_F5] =
252 c->dwarf.loc[UNW_PPC32_F6] =
254 c->dwarf.loc[UNW_PPC32_F7] =
256 c->dwarf.loc[UNW_PPC32_F8] =
258 c->dwarf.loc[UNW_PPC32_F9] =
260 c->dwarf.loc[UNW_PPC32_F10] =
262 c->dwarf.loc[UNW_PPC32_F11] =
264 c->dwarf.loc[UNW_PPC32_F12] =
266 c->dwarf.loc[UNW_PPC32_F13] =
268 c->dwarf.loc[UNW_PPC32_F14] =
270 c->dwarf.loc[UNW_PPC32_F15] =
272 c->dwarf.loc[UNW_PPC32_F16] =
274 c->dwarf.loc[UNW_PPC32_F17] =
276 c->dwarf.loc[UNW_PPC32_F18] =
278 c->dwarf.loc[UNW_PPC32_F19] =
280 c->dwarf.loc[UNW_PPC32_F20] =
282 c->dwarf.loc[UNW_PPC32_F21] =
284 c->dwarf.loc[UNW_PPC32_F22] =
286 c->dwarf.loc[UNW_PPC32_F23] =
288 c->dwarf.loc[UNW_PPC32_F24] =
290 c->dwarf.loc[UNW_PPC32_F25] =
292 c->dwarf.loc[UNW_PPC32_F26] =
294 c->dwarf.loc[UNW_PPC32_F27] =
296 c->dwarf.loc[UNW_PPC32_F28] =
298 c->dwarf.loc[UNW_PPC32_F29] =
300 c->dwarf.loc[UNW_PPC32_F30] =
302 c->dwarf.loc[UNW_PPC32_F31] =