OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_EUNSPEC
(Results
1 - 11
of
11
) sorted by null
/external/libunwind/src/mi/
strerror.c
38
case
UNW_EUNSPEC
: cp = "unspecified (general) error"; break;
/external/libunwind/src/
os-freebsd.c
115
return (-
UNW_EUNSPEC
);
118
return (-
UNW_EUNSPEC
);
123
return (-
UNW_EUNSPEC
);
129
return (-
UNW_EUNSPEC
);
131
ret = -
UNW_EUNSPEC
;
/external/libunwind/src/sh/
Gstep.c
39
return -
UNW_EUNSPEC
;
62
return -
UNW_EUNSPEC
;
/external/libunwind/src/arm/
Gstep.c
121
return -
UNW_EUNSPEC
;
170
return -
UNW_EUNSPEC
;
207
int ret = -
UNW_EUNSPEC
;
/external/libcxxabi/src/Unwind/
libunwind.cpp
99
return
UNW_EUNSPEC
;
247
return
UNW_EUNSPEC
;
260
return
UNW_EUNSPEC
;
/external/libunwind/src/aarch64/
Gstep.c
39
return -
UNW_EUNSPEC
;
55
return -
UNW_EUNSPEC
;
/external/libunwind/include/
libunwind-common.h.in
49
UNW_EUNSPEC
, /* unspecified (general) error */
libunwind-common.h
53
UNW_EUNSPEC
, /* unspecified (general) error */
/external/libcxxabi/include/
libunwind.h
42
UNW_EUNSPEC
= -6540, /* unspecified (general) error */
/external/libunwind/src/ia64/
Gscript.c
673
ret = -
UNW_EUNSPEC
;
737
ret = -
UNW_EUNSPEC
;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
unwind.c
496
case
UNW_EUNSPEC
:
Completed in 101 milliseconds