OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_ESTOPUNWIND
(Results
1 - 12
of
12
) sorted by null
/external/libunwind/src/mi/
strerror.c
42
case
UNW_ESTOPUNWIND
: cp = "stop unwinding"; break;
/external/libunwind/src/mips/
Gstep.c
40
if (unlikely (ret == -
UNW_ESTOPUNWIND
))
/external/libunwind/tests/
test-proc-info.c
31
to return -
UNW_ESTOPUNWIND
to terminate unwinding (though this
53
return -
UNW_ESTOPUNWIND
;
157
if (ret != -
UNW_ESTOPUNWIND
)
159
ret, -
UNW_ESTOPUNWIND
);
162
if (ret != -
UNW_ESTOPUNWIND
)
164
ret, -
UNW_ESTOPUNWIND
);
/external/libunwind/src/arm/
Gstep.c
55
if (ret == -
UNW_ESTOPUNWIND
)
226
else if (unlikely (ret == -
UNW_ESTOPUNWIND
))
237
if (ret == -
UNW_ESTOPUNWIND
|| ret == 0)
Gex_tables.c
286
* -
UNW_ESTOPUNWIND
if the special bit pattern ARM_EXIDX_CANT_UNWIND (0x1) was
312
nbuf = -
UNW_ESTOPUNWIND
;
/external/libunwind/src/sh/
Gstep.c
110
if (unlikely (ret == -
UNW_ESTOPUNWIND
))
/external/libunwind/include/
libunwind-common.h.in
53
UNW_ESTOPUNWIND
, /* stop unwinding */
libunwind-common.h
57
UNW_ESTOPUNWIND
, /* stop unwinding */
/external/libcxxabi/include/
libunwind.h
46
UNW_ESTOPUNWIND
= -6544, /* stop unwinding */
/external/libunwind/src/aarch64/
Gstep.c
153
if (unlikely (ret == -
UNW_ESTOPUNWIND
))
/external/libunwind/src/ia64/
Gscript.c
631
if (ret != -
UNW_ESTOPUNWIND
)
689
if (ret != -
UNW_ESTOPUNWIND
)
/external/libunwind/src/x86_64/
Gtrace.c
344
fails by returning -
UNW_ESTOPUNWIND
, meaning the routine hit a
369
The function returns a negative value for errors, -
UNW_ESTOPUNWIND
513
ret = -
UNW_ESTOPUNWIND
;
Completed in 345 milliseconds