OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_parameter
(Results
1 - 11
of
11
) sorted by null
/external/libunwind/src/unwind/
ForcedUnwind.c
31
_Unwind_Stop_Fn stop, void *
stop_parameter
)
51
exception_object->private_2 = (unsigned long)
stop_parameter
;
unwind-internal.h
66
void *
stop_parameter
= (void *) exception_object->private_2;
local
101
exception_object, context,
stop_parameter
);
129
if ((unsigned long)
stop_parameter
== ip)
/ndk/sources/cxx-stl/gabi++/include/
unwind-itanium.h
66
void*
stop_parameter
);
101
void*
stop_parameter
);
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
unwind-itanium.h
66
void*
stop_parameter
);
101
void*
stop_parameter
);
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h
66
void*
stop_parameter
);
101
void*
stop_parameter
);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c
230
_Unwind_Stop_Fn stop, void *
stop_parameter
) {
266
(struct _Unwind_Context *)(&cursor2),
stop_parameter
);
320
(struct _Unwind_Context *)(&cursor2),
stop_parameter
);
387
_Unwind_Stop_Fn stop, void *
stop_parameter
) {
396
exception_object->private_2 = (uintptr_t)
stop_parameter
;
399
return unwind_phase2_forced(&uc, exception_object, stop,
stop_parameter
);
Unwind-sjlj.c
197
_Unwind_Stop_Fn stop, void *
stop_parameter
) {
215
(struct _Unwind_Context *)c,
stop_parameter
);
270
(struct _Unwind_Context *)c,
stop_parameter
);
/external/libcxxabi/src/Unwind/
UnwindLevel1.c
235
_Unwind_Stop_Fn stop, void *
stop_parameter
) {
272
(struct _Unwind_Context *)(&cursor2),
stop_parameter
);
328
(struct _Unwind_Context *)(&cursor2),
stop_parameter
);
395
_Unwind_Stop_Fn stop, void *
stop_parameter
) {
404
exception_object->private_2 = (uintptr_t)
stop_parameter
;
407
return unwind_phase2_forced(&uc, exception_object, stop,
stop_parameter
);
Unwind-sjlj.c
197
_Unwind_Stop_Fn stop, void *
stop_parameter
) {
215
(struct _Unwind_Context *)c,
stop_parameter
);
270
(struct _Unwind_Context *)c,
stop_parameter
);
/external/libcxxabi/include/
unwind.h
139
void*
stop_parameter
);
219
_Unwind_Stop_Fn stop, void *
stop_parameter
);
223
_Unwind_Stop_Fn stop, void *
stop_parameter
);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h
146
void *
stop_parameter
);
254
_Unwind_Stop_Fn stop, void *
stop_parameter
);
258
_Unwind_Stop_Fn stop, void *
stop_parameter
);
Completed in 588 milliseconds