Home | History | Annotate | Download | only in unwind

Lines Matching defs:strc

27 struct recordchain strc[MAXSTATERECS];
70 nextrecp = unwind_decode_R1(recptr, &strc[rec_cnt].udesc);
72 region_len = strc[rec_cnt].udesc.R1.rlen;
73 region_type = strc[rec_cnt].udesc.R1.r;
74 strc[rec_cnt].type = R1;
79 nextrecp = unwind_decode_R2(recptr, &strc[rec_cnt].udesc);
81 region_len = strc[rec_cnt].udesc.R2.rlen;
84 strc[rec_cnt].type = R2;
89 nextrecp = unwind_decode_R3(recptr, &strc[rec_cnt].udesc);
91 region_len = strc[rec_cnt].udesc.R3.rlen;
92 region_type = strc[rec_cnt].udesc.R3.r;
93 strc[rec_cnt].type = R3;
101 &strc[rec_cnt].udesc);
103 strc[rec_cnt].type = P1;
109 &strc[rec_cnt].udesc);
111 strc[rec_cnt].type = P2;
117 &strc[rec_cnt].udesc);
119 strc[rec_cnt].type = P3;
125 &strc[rec_cnt].udesc,
128 strc[rec_cnt].type = P4;
134 &strc[rec_cnt].udesc);
136 strc[rec_cnt].type = P5;
142 &strc[rec_cnt].udesc);
144 strc[rec_cnt].type = P6;
150 &strc[rec_cnt].udesc);
152 strc[rec_cnt].type = P7;
158 &strc[rec_cnt].udesc);
160 strc[rec_cnt].type = P8;
166 &strc[rec_cnt].udesc);
168 strc[rec_cnt].type = P9;
174 &strc[rec_cnt].udesc);
176 strc[rec_cnt].type = P10;
185 &strc[rec_cnt].udesc);
187 strc[rec_cnt].type = B1;
193 &strc[rec_cnt].udesc);
195 strc[rec_cnt].type = B2;
201 &strc[rec_cnt].udesc);
203 strc[rec_cnt].type = B3;
209 &strc[rec_cnt].udesc);
211 strc[rec_cnt].type = B4;
217 &strc[rec_cnt].udesc);
219 strc[rec_cnt].type = X1;
225 &strc[rec_cnt].udesc);
227 strc[rec_cnt].type = X2;
234 &strc[rec_cnt].udesc);
236 strc[rec_cnt].type = X3;
242 &strc[rec_cnt].udesc);
244 strc[rec_cnt].type = X4;
256 dump_recordchain(&strc[i]);
1251 extern struct recordchain strc[];
1281 srec = buildrecordstack(strc, procoffset);