HomeSort by relevance Sort by last modified time
    Searched refs:unwindInfo (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 134 const uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info;
135 if ((*unwindInfo & 0x80000000) == 0) {
147 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;
151 __personality_routine pr = (__personality_routine) readPrel31(unwindInfo);
158 unwindInfo = decode_eht_entry(unwindInfo, &off, &len);
159 if (unwindInfo == NULL) {
163 result = _Unwind_VRS_Interpret(context, unwindInfo, off, len);
  /external/libunwind_llvm/src/
UnwindLevel1-gcc-ext.c 142 const uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info;
144 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;

Completed in 428 milliseconds