OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_EINVAL
(Results
26 - 50
of
58
) sorted by null
1
2
3
/external/libunwind/src/ppc64/
Gresume.c
49
return -
UNW_EINVAL
;
/external/libunwind/src/x86/
Ginit_remote.c
33
return -
UNW_EINVAL
;
/external/libunwind/src/arm/
Gex_tables.c
63
return -
UNW_EINVAL
;
298
return -
UNW_EINVAL
;
301
return -
UNW_EINVAL
;
322
return -
UNW_EINVAL
;
325
return -
UNW_EINVAL
;
345
return -
UNW_EINVAL
;
350
return -
UNW_EINVAL
;
363
return -
UNW_EINVAL
;
398
return -
UNW_EINVAL
;
405
return -
UNW_EINVAL
;
[
all
...]
Gresume.c
107
return -
UNW_EINVAL
;
151
return -
UNW_EINVAL
;
/external/libunwind/src/mi/
Gdyn-extract.c
61
return -
UNW_EINVAL
;
Gget_proc_name.c
80
ret = -
UNW_EINVAL
;
Lmap.c
118
ret = -
UNW_EINVAL
;
/external/libunwind/src/coredump/
_UCD_access_reg_linux.c
39
return -
UNW_EINVAL
;
139
return -
UNW_EINVAL
;
/external/libunwind/src/hppa/
Gresume.c
81
return -
UNW_EINVAL
;
137
return -
UNW_EINVAL
;
/external/libunwind/src/x86_64/
Gresume.c
58
return -
UNW_EINVAL
;
Gtrace.c
223
int ret = -
UNW_EINVAL
;
409
return -
UNW_EINVAL
;
/external/libunwind/src/sh/
Gresume.c
114
return -
UNW_EINVAL
;
158
return -
UNW_EINVAL
;
/external/libunwind/src/ia64/
Ginit_local.c
34
return -
UNW_EINVAL
;
Gstep.c
34
return -
UNW_EINVAL
;
68
return -
UNW_EINVAL
;
97
return -
UNW_EINVAL
;
295
return -
UNW_EINVAL
;
Ginit.c
477
return -
UNW_EINVAL
;
531
return -
UNW_EINVAL
;
/external/libunwind/src/dwarf/
Gexpr.c
184
ret = -
UNW_EINVAL
;
209
return -
UNW_EINVAL
; \
218
return -
UNW_EINVAL
; \
228
return -
UNW_EINVAL
; \
381
return -
UNW_EINVAL
;
641
return -
UNW_EINVAL
;
Gfde.c
93
return -
UNW_EINVAL
;
113
return -
UNW_EINVAL
;
223
return -
UNW_EINVAL
;
Gparser.c
139
ret = -
UNW_EINVAL
;
183
ret = -
UNW_EINVAL
;
197
ret = -
UNW_EINVAL
;
257
ret = -
UNW_EINVAL
;
371
ret = -
UNW_EINVAL
;
680
ret = -
UNW_EINVAL
;
/system/core/libbacktrace/
UnwindMap.cpp
112
if (ret != -
UNW_EINVAL
) {
BacktraceOffline.cpp
72
return result ? 0 : -
UNW_EINVAL
;
84
return -
UNW_EINVAL
;
92
return (read_size > 0u ? 0 : -
UNW_EINVAL
);
98
return -
UNW_EINVAL
;
106
return result ? 0 : -
UNW_EINVAL
;
110
return -
UNW_EINVAL
;
114
return -
UNW_EINVAL
;
118
return -
UNW_EINVAL
;
/external/libunwind/src/aarch64/
Gresume.c
126
return -
UNW_EINVAL
;
170
return -
UNW_EINVAL
;
/external/libunwind/include/
dwarf_i.h
430
return -
UNW_EINVAL
;
466
return -
UNW_EINVAL
;
libunwind-common.h.in
56
UNW_EINVAL
, /* unsupported operation or bad value */
libunwind-common.h
68
UNW_EINVAL
, /* unsupported operation or bad value */
/external/libunwind_llvm/include/
libunwind.h
43
UNW_EINVAL
= -6547, /* unsupported operation or bad value */
Completed in 205 milliseconds
1
2
3