OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroy_map
(Results
1 - 6
of
6
) sorted by null
/external/libunwind/src/unwind/
Resume.c
34
int
destroy_map
= 1;
local
44
_Unwind_Phase2 (exception_object, &context, &
destroy_map
);
46
if (
destroy_map
)
Resume_or_Rethrow.c
38
int
destroy_map
= 1;
local
45
ret = _Unwind_Phase2 (exception_object, &context, &
destroy_map
);
47
if (
destroy_map
)
ForcedUnwind.c
36
int
destroy_map
= 1;
local
53
ret = _Unwind_Phase2 (exception_object, &context, &
destroy_map
);
56
if (
destroy_map
)
RaiseException.c
40
int
destroy_map
= 1;
local
107
ret = _Unwind_Phase2 (exception_object, &context, &
destroy_map
);
111
if (
destroy_map
)
unwind-internal.h
61
int *
destroy_map
)
75
*
destroy_map
= 1;
109
*
destroy_map
= 0;
/toolchain/binutils/binutils-2.27/opcodes/
arc-ext.c
212
destroy_map
(void)
function
432
destroy_map
();
Completed in 471 milliseconds