Home | History | Annotate | Download | only in src

Lines Matching full:bitpattern

1026     unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr;
1027 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord;
1028 unwind_exception->barrier_cache.bitpattern[2] = (uint32_t)results.languageSpecificData;
1029 unwind_exception->barrier_cache.bitpattern[3] = (uint32_t)results.landingPad;
1030 unwind_exception->barrier_cache.bitpattern[4] = (uint32_t)results.ttypeIndex;
1036 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0];
1037 results.actionRecord = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[1];
1038 results.languageSpecificData = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[2];
1039 results.landingPad = (uintptr_t)unwind_exception->barrier_cache.bitpattern[3];
1040 results.ttypeIndex = (int64_t)(int32_t)unwind_exception->barrier_cache.bitpattern[4];
1186 ttypeIndex = (int64_t)(int32_t)unwind_exception->barrier_cache.bitpattern[4];
1187 lsda = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[2];