Lines Matching refs:_uw
42 typedef _Unwind_Word _uw; typedef
81 typedef _uw _Unwind_EHT_Header;
99 _uw reserved1; /* Forced unwind stop fn, 0 if not forced */
100 _uw reserved2; /* Personality routine address */
101 _uw reserved3; /* Saved callsite address */
102 _uw reserved4; /* Forced unwind stop arg */
103 _uw reserved5;
109 _uw sp;
110 _uw bitpattern[5];
116 _uw bitpattern[4];
122 _uw fnstart; /* function start address */
124 _uw additional; /* additional data */
125 _uw reserved1;
166 _uw data;
168 _uw *next;
180 _uw, _Unwind_VRS_DataRepresentation,
184 _uw, _Unwind_VRS_DataRepresentation,
188 _uw, _Unwind_VRS_DataRepresentation);
248 _uw val; in _Unwind_GetGR()