OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_ESUCCESS
(Results
1 - 10
of
10
) sorted by null
/external/libunwind/src/mi/
strerror.c
37
case
UNW_ESUCCESS
: cp = "no error"; break;
/external/libcxxabi/src/Unwind/
UnwindLevel1.c
53
if (unw_get_proc_info(&cursor1, &frameInfo) !=
UNW_ESUCCESS
) {
65
UNW_ESUCCESS
) || (frameInfo.start_ip + offset > frameInfo.end_ip))
148
if (unw_get_proc_info(&cursor2, &frameInfo) !=
UNW_ESUCCESS
) {
160
UNW_ESUCCESS
) || (frameInfo.start_ip + offset > frameInfo.end_ip))
236
if (unw_get_proc_info(&cursor2, &frameInfo) !=
UNW_ESUCCESS
) {
248
UNW_ESUCCESS
) || (frameInfo.start_ip + offset > frameInfo.end_ip))
406
if (unw_get_proc_info(cursor, &frameInfo) ==
UNW_ESUCCESS
)
476
if (unw_get_proc_info(cursor, &frameInfo) ==
UNW_ESUCCESS
)
libunwind.cpp
65
return
UNW_ESUCCESS
;
101
return
UNW_ESUCCESS
;
162
return
UNW_ESUCCESS
;
181
return
UNW_ESUCCESS
;
195
return
UNW_ESUCCESS
;
214
return
UNW_ESUCCESS
;
238
return
UNW_ESUCCESS
;
258
return
UNW_ESUCCESS
;
Unwind-EHABI.cpp
467
if (unw_get_proc_info(&cursor1, &frameInfo) !=
UNW_ESUCCESS
) {
479
UNW_ESUCCESS
) || (frameInfo.start_ip + offset > frameInfo.end_ip))
594
if (unw_get_proc_info(&cursor2, &frameInfo) !=
UNW_ESUCCESS
) {
606
UNW_ESUCCESS
) || (frameInfo.start_ip + offset > frameInfo.end_ip))
746
if (unw_get_proc_info(cursor, &frameInfo) ==
UNW_ESUCCESS
)
792
*(unw_word_t *)valuep) ==
UNW_ESUCCESS
799
*(unw_word_t *)valuep) ==
UNW_ESUCCESS
815
*(unw_fpreg_t *)valuep) ==
UNW_ESUCCESS
822
*(unw_fpreg_t *)valuep) ==
UNW_ESUCCESS
840
(unw_word_t *)valuep) ==
UNW_ESUCCESS
[
all
...]
UnwindLevel1-gcc-ext.c
92
if (unw_get_proc_info(&cursor, &info) ==
UNW_ESUCCESS
)
126
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
ldr x0, #0 ; return
UNW_ESUCCESS
306
mov r0, #0 @ return
UNW_ESUCCESS
/external/libunwind/include/
libunwind-common.h.in
48
UNW_ESUCCESS
= 0, /* no error */
libunwind-common.h
52
UNW_ESUCCESS
= 0, /* no error */
/external/libcxxabi/include/
libunwind.h
41
UNW_ESUCCESS
= 0, /* no error */
/external/libunwind/src/arm/
Gstep.c
247
ret =
UNW_ESUCCESS
;
Completed in 279 milliseconds