Home | History | Annotate | Download | only in unwind

Lines Matching refs:unwind_desc

162 union unwind_desc {
203 union unwind_desc udesc;
213 unwind_decode_R1(char *buf, union unwind_desc *uwd);
215 unwind_decode_R2(char *buf, union unwind_desc *uwd);
217 unwind_decode_R3(char *buf, union unwind_desc *uwd);
219 unwind_decode_P1(char *buf, union unwind_desc *uwd);
221 unwind_decode_P2(char *buf, union unwind_desc *uwd);
223 unwind_decode_P3(char *buf, union unwind_desc *uwd);
225 unwind_decode_P4(char *buf, union unwind_desc *uwd, vsize_t len);
227 unwind_decode_P5(char *buf, union unwind_desc *uwd);
229 unwind_decode_P6(char *buf, union unwind_desc *uwd);
231 unwind_decode_P7(char *buf, union unwind_desc *uwd);
233 unwind_decode_P8(char *buf, union unwind_desc *uwd);
235 unwind_decode_P9(char *buf, union unwind_desc *uwd);
237 unwind_decode_P10(char *buf, union unwind_desc *uwd);
239 unwind_decode_B1(char *buf, union unwind_desc *uwd);
241 unwind_decode_B2(char *buf, union unwind_desc *uwd);
243 unwind_decode_B3(char *buf, union unwind_desc *uwd);
245 unwind_decode_B4(char *buf, union unwind_desc *uwd);
247 unwind_decode_X1(char *buf, union unwind_desc *uwd);
249 unwind_decode_X2(char *buf, union unwind_desc *uwd);
251 unwind_decode_X3(char *buf, union unwind_desc *uwd);
253 unwind_decode_X4(char *buf, union unwind_desc *uwd);