Home
last modified time | relevance | path

Searched refs:getcontext (Results 1 – 25 of 32) sorted by relevance

12

/external/valgrind/none/tests/solaris/
Dcontext_link2.c13 getcontext(&uc2); in sighandler()
23 if (getcontext(&uc)) { in main()
43 getcontext(&uc); in main()
Dcontext_link.c19 getcontext(&uc); in main()
/external/libunwind/include/
Dlibunwind-ia64.h165 # define unw_tdep_getcontext getcontext
167 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
Dlibunwind-sh.h89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
Dlibunwind-hppa.h124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
Dlibunwind-x86_64.h135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
Dlibunwind-mips.h153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
Dlibunwind-x86.h183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
Dlibunwind-ppc32.h191 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
Dlibunwind-ppc64.h248 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
/external/valgrind/memcheck/tests/linux/
Dstack_changes.stdout.exp21 getcontext() doesn't seem to work
Dstack_changes.c31 if (getcontext(uc) == -1) { in init_context()
/external/google-breakpad/src/common/android/include/
Ducontext.h48 #define getcontext(x) breakpad_getcontext(x) macro
/external/libunwind/
DAndroid.mk182 src/arm/getcontext.S \
193 src/mips/getcontext-android.S \
198 src/x86/getcontext-linux.S \
203 src/x86_64/getcontext.S \
DAndroid.bp190 "src/arm/getcontext.S",
251 "src/mips/getcontext-android.S",
285 "src/mips/getcontext-android.S",
315 "src/x86/getcontext-linux.S",
345 "src/x86_64/getcontext.S",
DTODO76 getcontext() doesn't, and shouldn't, capture r13)
/external/libunwind/doc/
Dunw_getcontext.tex33 \Func{getcontext}() instead of \Func{unw\_getcontext}(). However, the
36 initialized by \Func{getcontext()} is expected. The reason for this
/external/compiler-rt/test/lsan/TestCases/
Dswapcontext.cc33 getcontext(&child_context); in main()
/external/libunwind/src/
DMakefile.am215 arm/getcontext.S \
238 ia64/dyn_info_list.S ia64/getcontext.S \
263 hppa/getcontext.S hppa/setcontext.S \
285 mips/getcontext.S \
333 x86_64/Lstash_frame.c x86_64/Lstep.c x86_64/Ltrace.c x86_64/getcontext.S
432 libunwind_x86_la_SOURCES_os = x86/getcontext-linux.S
448 libunwind_x86_la_SOURCES_os = x86/getcontext-freebsd.S
/external/libunwind/src/mips/
Dgetcontext-android.S52 # This is a stub version of getcontext() for MIPS which only stores core
Dgetcontext.S53 # This is a stub version of getcontext() for MIPS which only stores core
/external/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_test.cc52 getcontext(&child_context); in Run()
/external/libunwind/src/arm/
Dgetcontext.S32 @ This is a stub version of getcontext() for ARM which only stores core
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc177 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
467 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
525 ASSERT_EQ(0, getcontext(&context.context)); in TEST()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc462 getcontext(&context); in SimulateSignalDelivery()
630 int getcontext_result = getcontext(&context.context); in WriteMinidump()

12