Searched refs:unwindInfo (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DUnwindLevel1-gcc-ext.c133 uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info; local
134 unwindInfo = decode_eht_entry(unwindInfo, &off, &len);
135 if (unwindInfo == NULL) {
139 result = _Unwind_VRS_Interpret(context, unwindInfo, off, len);

Completed in 112 milliseconds