OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unwi_unwind_method
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/src/arm/
Gglobal.c
34
HIDDEN int
unwi_unwind_method
= UNW_ARM_METHOD_DWARF | UNW_ARM_METHOD_EXIDX | UNW_ARM_METHOD_LR;
variable
36
HIDDEN int
unwi_unwind_method
= UNW_ARM_METHOD_ALL;
variable
56
unwi_unwind_method
= atoi (str);
/external/libunwind/include/tdep-arm/
libunwind_i.h
317
#define
unwi_unwind_method
UNW_OBJ(unwind_method)
macro
318
extern int
unwi_unwind_method
;
320
#define UNW_TRY_METHOD(x) (
unwi_unwind_method
& x)
Completed in 5743 milliseconds