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

  /external/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 133 uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info;
134 unwindInfo = decode_eht_entry(unwindInfo, &off, &len);
135 if (unwindInfo == NULL) {
139 result = _Unwind_VRS_Interpret(context, unwindInfo, off, len);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 165 uint32_t unwindInfo = *unwindingData;
166 assert((unwindInfo & 0xf0000000) == 0x80000000 && "Must be a compact entry");
168 static_cast<Descriptor::Format>((unwindInfo & 0x0f000000) >> 24);
178 len = 4 + 4 * ((unwindInfo & 0x00ff0000) >> 16);
    [all...]

Completed in 93 milliseconds