OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_EREADONLYREG
(Results
1 - 17
of
17
) sorted by null
/external/libunwind/src/mi/
strerror.c
41
case
UNW_EREADONLYREG
: cp = "attempt to write read-only register"; break;
/external/libunwind/tests/
Gia64-test-readonly.c
65
if ((ret = unw_set_reg (&c, UNW_IA64_IP, 99)) != -
UNW_EREADONLYREG
)
67
__FUNCTION__, ret, -
UNW_EREADONLYREG
);
68
if ((ret = unw_set_reg (&c, UNW_IA64_AR_LC, 99)) != -
UNW_EREADONLYREG
)
70
__FUNCTION__, ret, -
UNW_EREADONLYREG
);
/external/libunwind/src/arm/
Gregs.c
56
return -
UNW_EREADONLYREG
;
/external/libunwind/src/sh/
Gregs.c
58
return -
UNW_EREADONLYREG
;
/external/libunwind/src/aarch64/
Gregs.c
92
return -
UNW_EREADONLYREG
;
/external/libunwind/src/hppa/
Gregs.c
47
return -
UNW_EREADONLYREG
;
/external/libunwind/src/mips/
Gregs.c
78
return -
UNW_EREADONLYREG
;
/external/libunwind/src/ppc32/
Gregs.c
52
return -
UNW_EREADONLYREG
;
/external/libunwind/src/ppc64/
Gregs.c
52
return -
UNW_EREADONLYREG
;
/external/libunwind/src/ia64/
Gregs.c
479
return -
UNW_EREADONLYREG
;
485
return -
UNW_EREADONLYREG
;
497
return -
UNW_EREADONLYREG
;
540
return -
UNW_EREADONLYREG
;
571
return -
UNW_EREADONLYREG
;
577
return -
UNW_EREADONLYREG
;
Ginit.c
316
return -
UNW_EREADONLYREG
;
352
return -
UNW_EREADONLYREG
;
unwind_i.h
185
return -
UNW_EREADONLYREG
;
216
return -
UNW_EREADONLYREG
;
/external/libunwind/src/x86_64/
Gregs.c
84
return -
UNW_EREADONLYREG
;
/external/libunwind/src/x86/
Gregs.c
58
return -
UNW_EREADONLYREG
;
/external/libunwind/include/
libunwind-common.h.in
52
UNW_EREADONLYREG
, /* attempt to write read-only register */
libunwind-common.h
56
UNW_EREADONLYREG
, /* attempt to write read-only register */
/external/libcxxabi/include/
libunwind.h
45
UNW_EREADONLYREG
= -6543, /* attempt to write read-only register */
Completed in 514 milliseconds