OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_parameter
(Results
1 - 10
of
10
) 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
);
108
void*
stop_parameter
);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h
66
void*
stop_parameter
);
101
void*
stop_parameter
);
/external/libunwind_llvm/src/
UnwindLevel1.c
242
_Unwind_Stop_Fn stop, void *
stop_parameter
) {
279
(struct _Unwind_Context *)(&cursor2),
stop_parameter
);
335
(struct _Unwind_Context *)(&cursor2),
stop_parameter
);
402
_Unwind_Stop_Fn stop, void *
stop_parameter
) {
411
exception_object->private_2 = (uintptr_t)
stop_parameter
;
414
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
);
/ndk/sources/cxx-stl/llvm-libc++abi/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/libunwind_llvm/include/
unwind.h
139
void*
stop_parameter
);
262
_Unwind_Stop_Fn stop, void *
stop_parameter
);
266
_Unwind_Stop_Fn stop, void *
stop_parameter
);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h
139
void*
stop_parameter
);
219
_Unwind_Stop_Fn stop, void *
stop_parameter
);
223
_Unwind_Stop_Fn stop, void *
stop_parameter
);
Completed in 169 milliseconds