HomeSort by relevance Sort by last modified time
    Searched defs:ucontext (Results 1 - 25 of 38) sorted by null

1 2

  /bionic/libc/kernel/uapi/asm-generic/
ucontext.h 21 struct ucontext { struct
24 struct ucontext *uc_link;
  /development/ndk/platforms/android-L/include/asm-generic/
ucontext.h 21 struct ucontext { struct
24 struct ucontext *uc_link;
  /external/kernel-headers/original/uapi/asm-generic/
ucontext.h 4 struct ucontext { struct
6 struct ucontext *uc_link;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
ucontext.h 4 struct ucontext { struct
6 struct ucontext *uc_link;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
ucontext.h 4 struct ucontext { struct
6 struct ucontext *uc_link;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm-generic/
ucontext.h 21 struct ucontext { struct
24 struct ucontext *uc_link;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm-generic/
ucontext.h 21 struct ucontext { struct
24 struct ucontext *uc_link;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm-generic/
ucontext.h 21 struct ucontext { struct
24 struct ucontext *uc_link;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm-generic/
ucontext.h 21 struct ucontext { struct
24 struct ucontext *uc_link;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm-generic/
ucontext.h 21 struct ucontext { struct
24 struct ucontext *uc_link;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm-generic/
ucontext.h 21 struct ucontext { struct
24 struct ucontext *uc_link;
  /art/test/004-SignalTest/
signaltest.cc 24 #include <sys/ucontext.h>
31 #define ucontext __darwin_ucontext macro
57 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
61 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
65 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
  /external/chromium_org/sandbox/linux/services/
android_arm_ucontext.h 15 typedef struct ucontext { struct
17 struct ucontext *uc_link;
29 #include <sys/ucontext.h>
android_mips_ucontext.h 8 // This is mostly copied from breakpad (common/android/include/sys/ucontext.h),
38 typedef struct ucontext { struct
40 struct ucontext* uc_link;
48 #include <sys/ucontext.h>
  /external/libunwind/src/ppc32/
Gstep.c 34 our use at the user level in order to locate the ucontext record, which
130 handler was established. If it was not set, the ucontext
135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; local
140 c->sigcontext_addr = ucontext;
142 sp_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0);
143 ip_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_LINK, 0);
163 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R0, 0);
165 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0);
167 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R2, 0);
169 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R3, 0)
    [all...]
  /external/libunwind/src/ppc64/
Gstep.c 34 our use at the user level in order to locate the ucontext record, which
131 handler was established. If it was not set, the ucontext
136 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; local
141 c->sigcontext_addr = ucontext;
143 sp_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0);
144 ip_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_NIP, 0);
164 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R0, 0);
166 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0);
168 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R2, 0);
170 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R3, 0)
    [all...]
  /external/libunwind/src/x86_64/
Gos-freebsd.c 29 #include <sys/ucontext.h>
94 unw_word_t ucontext; local
99 ucontext = c->dwarf.cfa + offsetof(struct sigframe, sf_uc);
103 struct dwarf_loc rsp_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RSP, 0);
111 c->dwarf.loc[RAX] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RAX, 0);
112 c->dwarf.loc[RDX] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RDX, 0);
113 c->dwarf.loc[RCX] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RCX, 0);
114 c->dwarf.loc[RBX] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RBX, 0);
115 c->dwarf.loc[RSI] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RSI, 0);
116 c->dwarf.loc[RDI] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RDI, 0)
    [all...]
  /external/compiler-rt/lib/asan/
asan_linux.cc 43 #include <ucontext.h>
46 #include <sys/ucontext.h>
153 ucontext_t *ucontext = (ucontext_t*)context; local
154 *pc = ucontext->uc_mcontext.arm_pc;
155 *bp = ucontext->uc_mcontext.arm_fp;
156 *sp = ucontext->uc_mcontext.arm_sp;
158 ucontext_t *ucontext = (ucontext_t*)context;
159 *pc = ucontext->uc_mcontext.pc;
160 *bp = ucontext->uc_mcontext.regs[29];
161 *sp = ucontext->uc_mcontext.sp
    [all...]
  /system/core/libbacktrace/
BacktraceThread.cpp 27 #include <ucontext.h>
138 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); local
140 memcpy(&ucontext_.uc_mcontext, &ucontext->uc_mcontext, sizeof(ucontext->uc_mcontext));
157 // Indicate the ucontext is now valid.
175 bool BacktraceThread::Unwind(size_t num_ignore_frames, ucontext_t* ucontext) {
176 if (ucontext) {
177 // Unwind using an already existing ucontext.
178 return impl_->Unwind(num_ignore_frames, ucontext);
213 // Wait for the thread to get the ucontext
    [all...]
  /art/runtime/arch/x86/
fault_handler_x86.cc 19 #include <sys/ucontext.h>
30 #define ucontext __darwin_ucontext macro
239 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
247 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
283 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
341 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context)
    [all...]
  /bionic/libc/include/sys/
ucontext.h 66 typedef struct ucontext { struct
68 struct ucontext* uc_link;
88 typedef struct ucontext {
90 struct ucontext *uc_link;
152 typedef struct ucontext {
154 struct ucontext* uc_link;
204 typedef struct ucontext {
206 struct ucontext* uc_link;
280 typedef struct ucontext {
282 struct ucontext* uc_link
    [all...]
  /development/ndk/platforms/android-L/include/sys/
ucontext.h 66 typedef struct ucontext { struct
68 struct ucontext* uc_link;
86 typedef struct ucontext {
88 struct ucontext *uc_link;
150 typedef struct ucontext {
152 struct ucontext* uc_link;
204 typedef struct ucontext {
206 struct ucontext* uc_link;
280 typedef struct ucontext {
282 struct ucontext* uc_link
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 117 struct vki_ucontext ucontext; member in struct:rt_sigframe
245 //:: /* ptr to ucontext */
251 //:: struct vki_ucontext uContext;
649 //.. frame->puContext = (Addr)&frame->uContext;
657 //.. synth_ucontext(tst->tid, siginfo, mask, &frame->uContext, &frame->fpstate);
713 struct vki_ucontext *ucp = &frame->ucontext;
721 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame ucontext",
729 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame ucontext",
872 //.. restore_sigcontext(tst, &frame->uContext.uc_mcontext, &frame->fpstate);
904 mc = &frame->ucontext.uc_mcontext
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
ucontext.h 66 typedef struct ucontext { struct
68 struct ucontext* uc_link;
88 typedef struct ucontext {
90 struct ucontext *uc_link;
152 typedef struct ucontext {
154 struct ucontext* uc_link;
204 typedef struct ucontext {
206 struct ucontext* uc_link;
280 typedef struct ucontext {
282 struct ucontext* uc_link
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
ucontext.h 66 typedef struct ucontext { struct
68 struct ucontext* uc_link;
88 typedef struct ucontext {
90 struct ucontext *uc_link;
152 typedef struct ucontext {
154 struct ucontext* uc_link;
204 typedef struct ucontext {
206 struct ucontext* uc_link;
280 typedef struct ucontext {
282 struct ucontext* uc_link
    [all...]

Completed in 401 milliseconds

1 2