/external/libunwind/src/hppa/ |
unwind_i.h | 39 #define setcontext UNW_ARCH_OBJ (setcontext) macro 45 extern int setcontext (const ucontext_t *ucp);
|
Gresume.c | 75 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip); 76 setcontext (uc);
|
/external/valgrind/none/tests/solaris/ |
context_link.c | 32 setcontext(&uc);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
ucontext.h | 35 extern int setcontext (__const ucontext_t *__ucp) __THROW; 44 the next time in `setcontext' or `swapcontext'.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
ucontext.h | 35 extern int setcontext (__const ucontext_t *__ucp) __THROWNL; 44 the next time in `setcontext' or `swapcontext'.
|
/external/libunwind/src/x86_64/ |
unwind_i.h | 60 #define setcontext UNW_ARCH_OBJ (setcontext) macro 82 extern int setcontext (const ucontext_t *ucp);
|
Gresume.c | 54 Debug (8, "resuming at ip=%llx via setcontext()\n", 56 setcontext (uc);
|
/external/valgrind/memcheck/tests/linux/ |
stack_changes.c | 10 // This test is checking the libc context calls (setcontext, etc.) and 23 setcontext(newc);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_mhlib.py | 157 mh.setcontext('wide') 162 mh.setcontext('inbox')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_mhlib.py | 157 mh.setcontext('wide') 162 mh.setcontext('inbox')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 157 mh.setcontext('wide') 162 mh.setcontext('inbox')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 157 mh.setcontext('wide') 162 mh.setcontext('inbox')
|
/system/sepolicy/ |
access_vectors | 477 setcontext
|
/external/libunwind/src/ia64/ |
Gresume.c | 161 setcontext (c->as_arg); /* should not return */
|
/external/libunwind/src/x86/ |
Gos-freebsd.c | 347 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip); 348 setcontext (uc);
|
Gos-linux.c | 309 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip); 311 setcontext (uc);
|
/external/libunwind/ |
Android.mk | 210 src/x86_64/setcontext.S \
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_netbsd.go | 468 // setcontext
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_netbsd.go | 468 // setcontext
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
decimal.py | 43 >>> setcontext(ExtendedContext) 134 'setcontext', 'getcontext', 'localcontext' 387 # The getcontext() and setcontext() function manage access to a thread-local 414 def setcontext(context): function 455 def setcontext(context, _local=local): function 484 >>> setcontext(DefaultContext) [all...] |
mhlib.py | 15 mh.setcontext(name) # set name of current folder 137 def setcontext(self, context): member in class:MH [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
decimal.py | 43 >>> setcontext(ExtendedContext) 134 'setcontext', 'getcontext', 'localcontext' 387 # The getcontext() and setcontext() function manage access to a thread-local 414 def setcontext(context): function 455 def setcontext(context, _local=local): function 484 >>> setcontext(DefaultContext) [all...] |
mhlib.py | 15 mh.setcontext(name) # set name of current folder 137 def setcontext(self, context): member in class:MH [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | 43 >>> setcontext(ExtendedContext) 134 'setcontext', 'getcontext', 'localcontext' 387 # The getcontext() and setcontext() function manage access to a thread-local 414 def setcontext(context): function 455 def setcontext(context, _local=local): function 484 >>> setcontext(DefaultContext) [all...] |
mhlib.py | 15 mh.setcontext(name) # set name of current folder 137 def setcontext(self, context): member in class:MH [all...] |