HomeSort by relevance Sort by last modified time
    Searched refs:ucontext_t (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/libunwind/include/
libunwind-mips.h 130 /* On x86, we can directly use ucontext_t as the unwind context. FIXME for
132 typedef ucontext_t unw_tdep_context_t;
148 extern int unw_tdep_getcontext (ucontext_t *uc);
libunwind-hppa.h 103 /* On PA-RISC, we can directly use ucontext_t as the unwind context. */
104 typedef ucontext_t unw_tdep_context_t;
libunwind-sh.h 87 typedef ucontext_t unw_tdep_context_t;
  /external/libunwind/src/x86_64/
unwind_i.h 82 extern int setcontext (const ucontext_t *ucp);
88 extern void *x86_64_r_uc_addr (ucontext_t *uc, int reg);
  /bionic/libc/include/sys/
ucontext.h 77 } ucontext_t; typedef in typeref:struct:ucontext
96 } ucontext_t;
161 } ucontext_t;
210 } ucontext_t;
287 } ucontext_t;
  /development/ndk/platforms/android-L/include/sys/
ucontext.h 79 } ucontext_t; typedef in typeref:struct:ucontext
94 } ucontext_t;
161 } ucontext_t;
210 } ucontext_t;
287 } ucontext_t;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
ucontext.h 77 } ucontext_t; typedef in typeref:struct:ucontext
96 } ucontext_t;
161 } ucontext_t;
210 } ucontext_t;
287 } ucontext_t;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
ucontext.h 77 } ucontext_t; typedef in typeref:struct:ucontext
96 } ucontext_t;
161 } ucontext_t;
210 } ucontext_t;
287 } ucontext_t;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
ucontext.h 77 } ucontext_t; typedef in typeref:struct:ucontext
96 } ucontext_t;
161 } ucontext_t;
210 } ucontext_t;
287 } ucontext_t;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
ucontext.h 77 } ucontext_t; typedef in typeref:struct:ucontext
96 } ucontext_t;
161 } ucontext_t;
210 } ucontext_t;
287 } ucontext_t;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
ucontext.h 77 } ucontext_t; typedef in typeref:struct:ucontext
96 } ucontext_t;
161 } ucontext_t;
210 } ucontext_t;
287 } ucontext_t;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
ucontext.h 77 } ucontext_t; typedef in typeref:struct:ucontext
96 } ucontext_t;
161 } ucontext_t;
210 } ucontext_t;
287 } ucontext_t;
  /external/chromium_org/sandbox/linux/services/
android_i386_ucontext.h 73 } ucontext_t; typedef in typeref:struct:ucontext
android_mips_ucontext.h 45 } ucontext_t; typedef in typeref:struct:ucontext
  /external/libunwind/src/aarch64/
Ginit.c 44 uc_addr (ucontext_t *uc, int reg)
55 tdep_uc_addr (ucontext_t *uc, int reg)
133 ucontext_t *uc = arg;
162 ucontext_t *uc = arg;
  /external/libunwind/src/arm/
gen-offsets.c 7 printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X))
20 "/* Offsets for ARM Linux \"ucontext_t\": */\n\n");
  /external/libunwind/src/hppa/
Ginit.c 44 uc_addr (ucontext_t *uc, int reg)
60 _Uhppa_uc_addr (ucontext_t *uc, int reg)
138 ucontext_t *uc = arg;
168 ucontext_t *uc = arg;
  /external/libunwind/src/mips/
Ginit.c 45 uc_addr (ucontext_t *uc, int reg)
58 tdep_uc_addr (ucontext_t *uc, int reg)
144 ucontext_t *uc = arg;
174 ucontext_t *uc = arg;
  /external/libunwind/src/ppc32/
Ginit.c 46 uc_addr (ucontext_t *uc, int reg)
87 tdep_uc_addr (ucontext_t *uc, int reg)
161 ucontext_t *uc = arg;
192 ucontext_t *uc = arg;
  /external/libunwind/src/ppc64/
Ginit.c 46 uc_addr (ucontext_t *uc, int reg)
91 tdep_uc_addr (ucontext_t *uc, int reg)
165 ucontext_t *uc = arg;
197 ucontext_t *uc = arg;
  /external/libunwind/src/sh/
Ginit.c 43 uc_addr (ucontext_t *uc, int reg)
54 tdep_uc_addr (ucontext_t *uc, int reg)
132 ucontext_t *uc = arg;
161 ucontext_t *uc = arg;
gen-offsets.c 7 printf ("#define LINUX_UC_" N "_OFF\t0x%X\n", offsetof (ucontext_t, X))
20 "/* Offsets for SH Linux \"ucontext_t\": */\n\n");
  /external/libunwind/src/x86/
unwind_i.h 61 extern void *x86_r_uc_addr (ucontext_t *uc, int reg);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 52 typedef ucontext ucontext_t; typedef
54 typedef int ucontext_t; // just to quiet the compiler, mostly typedef
271 stack[0] = GetPC(*reinterpret_cast<ucontext_t*>(signal_ucontext));
stacktrace_x86-inl.h 46 #include <ucontext.h> // for ucontext_t
54 typedef ucontext ucontext_t; typedef
186 const ucontext_t *ucv = static_cast<const ucontext_t *>(uc);
288 // void* ucp: a ucontext_t* (GetStack{Trace,Frames}WithContext only)

Completed in 3094 milliseconds

12 3 4 5