Searched refs:getcontext (Results 1 – 25 of 32) sorted by relevance
12
/external/valgrind/none/tests/solaris/ |
D | context_link2.c | 13 getcontext(&uc2); in sighandler() 23 if (getcontext(&uc)) { in main() 43 getcontext(&uc); in main()
|
D | context_link.c | 19 getcontext(&uc); in main()
|
/external/libunwind/include/ |
D | libunwind-ia64.h | 165 # define unw_tdep_getcontext getcontext 167 # define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
|
D | libunwind-sh.h | 89 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
|
D | libunwind-hppa.h | 124 #define unw_tdep_getcontext UNW_ARCH_OBJ (getcontext)
|
D | libunwind-x86_64.h | 135 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
|
D | libunwind-mips.h | 153 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
|
D | libunwind-x86.h | 183 #define unw_tdep_getcontext UNW_ARCH_OBJ(getcontext)
|
D | libunwind-ppc32.h | 191 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
|
D | libunwind-ppc64.h | 248 #define unw_tdep_getcontext(uc) (getcontext (uc), 0)
|
/external/valgrind/memcheck/tests/linux/ |
D | stack_changes.stdout.exp2 | 1 getcontext() doesn't seem to work
|
D | stack_changes.c | 31 if (getcontext(uc) == -1) { in init_context()
|
/external/google-breakpad/src/common/android/include/ |
D | ucontext.h | 48 #define getcontext(x) breakpad_getcontext(x) macro
|
/external/libunwind/ |
D | Android.mk | 182 src/arm/getcontext.S \ 193 src/mips/getcontext-android.S \ 198 src/x86/getcontext-linux.S \ 203 src/x86_64/getcontext.S \
|
D | Android.bp | 190 "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",
|
D | TODO | 76 getcontext() doesn't, and shouldn't, capture r13)
|
/external/libunwind/doc/ |
D | unw_getcontext.tex | 33 \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/ |
D | swapcontext.cc | 33 getcontext(&child_context); in main()
|
/external/libunwind/src/ |
D | Makefile.am | 215 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/ |
D | getcontext-android.S | 52 # This is a stub version of getcontext() for MIPS which only stores core
|
D | getcontext.S | 53 # This is a stub version of getcontext() for MIPS which only stores core
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_test.cc | 52 getcontext(&child_context); in Run()
|
/external/libunwind/src/arm/ |
D | getcontext.S | 32 @ This is a stub version of getcontext() for ARM which only stores core
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 177 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/ |
D | exception_handler.cc | 462 getcontext(&context); in SimulateSignalDelivery() 630 int getcontext_result = getcontext(&context.context); in WriteMinidump()
|
12