HomeSort by relevance Sort by last modified time
    Searched refs:ucontext (Results 51 - 75 of 162) sorted by null

1 23 4 5 6 7

  /system/core/libbacktrace/
BacktraceCurrent.h 22 #include <ucontext.h>
47 bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) override;
55 virtual bool UnwindFromContext(size_t num_ignore_frames, ucontext_t* ucontext) = 0;
UnwindPtrace.h 37 bool Unwind(size_t num_ignore_frames, ucontext_t* ucontext) override;
  /art/runtime/arch/arm64/
fault_handler_arm64.cc 20 #include <sys/ucontext.h>
46 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
59 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context);
93 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
118 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context);
164 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context)
    [all...]
  /bionic/libc/include/sys/
procfs.h 33 #include <sys/ucontext.h>
ucontext.h 67 typedef struct ucontext { struct
69 struct ucontext* uc_link;
96 typedef struct ucontext {
98 struct ucontext *uc_link;
160 typedef struct ucontext {
162 struct ucontext* uc_link;
232 typedef struct ucontext {
234 struct ucontext* uc_link;
304 typedef struct ucontext {
306 struct ucontext* uc_link
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.h 35 #include <ucontext.h>
  /external/libunwind/src/ppc32/
unwind_i.h 36 #include <sys/ucontext.h>
  /art/runtime/arch/mips/
fault_handler_mips.cc 19 #include <sys/ucontext.h>
45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
  /art/runtime/arch/mips64/
fault_handler_mips64.cc 19 #include <sys/ucontext.h>
45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
  /development/ndk/platforms/android-21/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-3/include/sys/
ucontext.h 66 typedef struct ucontext { struct
68 struct ucontext* uc_link;
84 typedef struct ucontext {
86 struct ucontext *uc_link;
148 typedef struct ucontext {
150 struct ucontext* uc_link;
200 typedef struct ucontext {
202 struct ucontext* uc_link;
276 typedef struct ucontext {
278 struct ucontext* uc_link
    [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...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/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-mips64/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;
224 typedef struct ucontext {
226 struct ucontext* uc_link;
296 typedef struct ucontext {
298 struct ucontext* uc_link
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/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-x86_64/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...]
  /external/libunwind/src/mips/
gen-offsets.c 3 #include <ucontext.h>
  /external/libunwind/src/ppc64/
unwind_i.h 36 #include <sys/ucontext.h>
  /external/valgrind/none/tests/s390x/
ex_sig.c 8 #include <ucontext.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ucontext.h 27 #include <sys/ucontext.h>
53 #endif /* ucontext.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ucontext.h 27 #include <sys/ucontext.h>
53 #endif /* ucontext.h */
  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.cc 39 // functions to juggle the ucontext and user structures into minidump format.
43 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
47 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
51 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc,
91 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
95 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
99 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc,
148 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
152 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
156 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc)
    [all...]
  /art/runtime/arch/arm/
fault_handler_arm.cc 20 #include <sys/ucontext.h>
56 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
70 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
119 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
145 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
210 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 60 #include <ucontext.h>
936 ucontext_t *ucontext = (ucontext_t*)context; local
937 *pc = ucontext->uc_mcontext.arm_pc;
938 *bp = ucontext->uc_mcontext.arm_fp;
939 *sp = ucontext->uc_mcontext.arm_sp;
941 ucontext_t *ucontext = (ucontext_t*)context;
942 *pc = ucontext->uc_mcontext.pc;
943 *bp = ucontext->uc_mcontext.regs[29];
944 *sp = ucontext->uc_mcontext.sp;
946 ucontext_t *ucontext = (ucontext_t*)context
    [all...]

Completed in 6667 milliseconds

1 23 4 5 6 7