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

  /external/libunwind_llvm/test/
unw_getcontext.pass.cpp 7 assert(ret == UNW_ESUCCESS);
  /external/libunwind/src/mi/
strerror.c 37 case UNW_ESUCCESS: cp = "no error"; break;
  /external/libunwind_llvm/src/
UnwindLevel1.c 61 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
74 &offset) != UNW_ESUCCESS) ||
159 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
172 &offset) != UNW_ESUCCESS) ||
251 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
264 &offset) != UNW_ESUCCESS) ||
424 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
445 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
libunwind.cpp 73 return UNW_ESUCCESS;
105 return UNW_ESUCCESS;
167 return UNW_ESUCCESS;
186 return UNW_ESUCCESS;
201 return UNW_ESUCCESS;
220 return UNW_ESUCCESS;
244 return UNW_ESUCCESS;
265 return UNW_ESUCCESS;
Unwind-EHABI.cpp 473 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
486 &offset) != UNW_ESUCCESS) ||
607 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
620 &offset) != UNW_ESUCCESS) ||
762 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
803 *(unw_word_t *)valuep) == UNW_ESUCCESS
810 *(unw_word_t *)valuep) == UNW_ESUCCESS
826 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
833 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
851 (unw_word_t *)valuep) == UNW_ESUCCESS
    [all...]
UnwindLevel1-gcc-ext.c 96 if (unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS)
137 if (unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) {
UnwindRegistersSave.S 52 xorl %eax, %eax # return UNW_ESUCCESS
87 xorl %eax, %eax # return UNW_ESUCCESS
229 li r3, 0 ; return UNW_ESUCCESS
280 mov x0, #0 // return UNW_ESUCCESS
323 movs r0, #0 @ return UNW_ESUCCESS
325 mov r0, #0 @ return UNW_ESUCCESS
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
libunwind.cpp 72 return UNW_ESUCCESS;
104 return UNW_ESUCCESS;
166 return UNW_ESUCCESS;
185 return UNW_ESUCCESS;
200 return UNW_ESUCCESS;
219 return UNW_ESUCCESS;
243 return UNW_ESUCCESS;
264 return UNW_ESUCCESS;
UnwindLevel1.c 54 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
67 &offset) != UNW_ESUCCESS) ||
152 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
165 &offset) != UNW_ESUCCESS) ||
244 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
257 &offset) != UNW_ESUCCESS) ||
417 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
438 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
Unwind-EHABI.cpp 464 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
477 &offset) != UNW_ESUCCESS) ||
596 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) {
609 &offset) != UNW_ESUCCESS) ||
751 if (unw_get_proc_info(cursor, &frameInfo) == UNW_ESUCCESS)
797 *(unw_word_t *)valuep) == UNW_ESUCCESS
804 *(unw_word_t *)valuep) == UNW_ESUCCESS
820 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
827 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS
845 (unw_word_t *)valuep) == UNW_ESUCCESS
    [all...]
UnwindRegistersSave.S 52 xorl %eax, %eax # return UNW_ESUCCESS
87 xorl %eax, %eax # return UNW_ESUCCESS
229 li r3, 0 ; return UNW_ESUCCESS
280 ldr x0, #0 ; return UNW_ESUCCESS
323 movs r0, #0 @ return UNW_ESUCCESS
325 mov r0, #0 @ return UNW_ESUCCESS
UnwindLevel1-gcc-ext.c 95 if (unw_get_proc_info(&cursor, &info) == UNW_ESUCCESS)
129 if (unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) {
  /external/libunwind/include/
libunwind-common.h.in 48 UNW_ESUCCESS = 0, /* no error */
libunwind-common.h 60 UNW_ESUCCESS = 0, /* no error */
  /external/libunwind/src/arm/
Gstep.c 239 ret = UNW_ESUCCESS;
  /external/libunwind_llvm/include/
libunwind.h 35 UNW_ESUCCESS = 0, /* no error */
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 35 UNW_ESUCCESS = 0, /* no error */

Completed in 193 milliseconds